mailiverse/deploy/tunnel/run-tunnel
2013-08-09 17:31:37 -04:00

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;