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