Created
August 28, 2016 14:55
-
-
Save clonn/3a3fc6e7ac13e6d1fc99c6c86550a444 to your computer and use it in GitHub Desktop.
continue run script and auto restart in one line.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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