Created
July 29, 2015 08:31
-
-
Save qinshulei/984eef41fbd01b8e92aa to your computer and use it in GitHub Desktop.
retry n times, then failed
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
| for i in 1 2 3 4 5; do command && break || sleep 15; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment