Skip to content

Instantly share code, notes, and snippets.

@mateothegreat
Created February 8, 2019 07:47
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 mateothegreat/524fbf7dc0f51f6fb761ccac8a8d00de to your computer and use it in GitHub Desktop.
Save mateothegreat/524fbf7dc0f51f6fb761ccac8a8d00de to your computer and use it in GitHub Desktop.
while true; do
mycommand &
last_pid=$!
sleep(60) // 60 seconds
kill -KILL $last_pid
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment