4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
|
#!/usr/bin/with-contenv bash
|
||
|
|
||
|
sleep 30s
|
||
|
exec s6-setuidgid abc /app/run.sh
|