restart.sh 113 Bytes Raw Blame History Permalink 1 2 3 4 5 6 #!/bin/bash echo Stopping application source ./shutdown.sh # sleep 2 echo Starting application source ./start.sh