5 lines
87 B
Bash
Executable file
5 lines
87 B
Bash
Executable file
#!/usr/bin/env bash
|
|
sleep 3
|
|
printf "\n\n\n\n"
|
|
echo "Starting Bouncer"
|
|
/app/bin/bouncer
|