Skip to content

Instantly share code, notes, and snippets.

@bgrins
Last active December 23, 2015 06:39
Show Gist options
  • Select an option

  • Save bgrins/6595683 to your computer and use it in GitHub Desktop.

Select an option

Save bgrins/6595683 to your computer and use it in GitHub Desktop.
Run a command over and over, until you interrupt it
trap "exit" SIGHUP SIGINT SIGTERM
while true
do ffrun
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment