mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-15 05:35:07 -05:00
5 lines
135 B
Plaintext
5 lines
135 B
Plaintext
|
DIR="$( cd "$( dirname "$0" )" && pwd )"
|
||
|
cd $DIR/vpn-ssh
|
||
|
|
||
|
while [ "true" ]; echo starting; do ./run-server; echo died; sleep 30; done;
|