mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-10-31 23:45:06 -04:00
5 lines
135 B
Plaintext
Executable File
5 lines
135 B
Plaintext
Executable File
DIR="$( cd "$( dirname "$0" )" && pwd )"
|
|
cd $DIR/vpn-ssh
|
|
|
|
while [ "true" ]; echo starting; do ./run-server; echo died; sleep 30; done;
|