Commit 645c4addcf56377e57b8f8cafd2c6b4106cdce78

Authored by grouille
1 parent a29bfd49

MAJ Git

site/fichiersRPI/fichiersRPI.zip
No preview for this file type
site/fichiersRPI/lancer.sh 0 → 100755
... ... @@ -0,0 +1,5 @@
  1 +#!/bin/sh
  2 +
  3 +kill $(cat /var/run/script.pid)
  4 +base=`dirname $0`
  5 +nohup $base/script.sh &
... ...