5 lines
71 B
Bash
Executable File
5 lines
71 B
Bash
Executable File
#!/bin/sh
|
|
|
|
chown -R ctf:ctf /app/history
|
|
exec runuser -u ctf /app/grob
|