Skip to content

Instantly share code, notes, and snippets.

@irisli
Created July 21, 2016 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save irisli/e89d3e20c25008fe98073ddb52b14879 to your computer and use it in GitHub Desktop.
Save irisli/e89d3e20c25008fe98073ddb52b14879 to your computer and use it in GitHub Desktop.
Run a background task and start it regularly
while true
do
./run.sh &
sleep 3600
sudo pkill -INT python
sleep 5
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment