lancer.sh 85 Bytes Edit Raw Blame History 1 2 3 4 5 #!/bin/sh kill $(cat /var/run/script.pid) base=`dirname $0` nohup $base/script.sh &