Skip to content

Instantly share code, notes, and snippets.

@clonn
Created August 28, 2016 14:55
Show Gist options
  • Select an option

  • Save clonn/3a3fc6e7ac13e6d1fc99c6c86550a444 to your computer and use it in GitHub Desktop.

Select an option

Save clonn/3a3fc6e7ac13e6d1fc99c6c86550a444 to your computer and use it in GitHub Desktop.
continue run script and auto restart in one line.
while true; do echo 'run script'; sh ./run.sh; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment