Blame view

site/fichiersRPI/lancer.sh 85 Bytes
645c4add   grouille   MAJ Git
1
2
3
4
5
  #!/bin/sh
  
  kill $(cat /var/run/script.pid)
  base=`dirname $0`
  nohup $base/script.sh &