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
| # Retry a command up to a specific numer of times until it exits successfully, | |
| # with exponential back off. | |
| # | |
| # $ retry 5 echo Hello | |
| # Hello | |
| # | |
| # $ retry 5 false | |
| # Retry 1/5 exited 1, retrying in 1 seconds... | |
| # Retry 2/5 exited 1, retrying in 2 seconds... | |
| # Retry 3/5 exited 1, retrying in 4 seconds... |
I hereby claim:
- I am kevinkngo on github.
- I am kevinkngo (https://keybase.io/kevinkngo) on keybase.
- I have a public key whose fingerprint is 1B86 D0B1 C1CD 3926 02FC C816 8F6B 47C3 AD74 6058
To claim this, I am signing this object: