Tool to execute terminal commands with retries.
$ retry --limit=3 -- curl example.com
Usage: retry --limit=N -- command
The strategy flags
-limit=N
Limit creates a Strategy that limits the number of attempts that Retry will make.
If N<=0, default value 3 will be used.
Examples:
retry --limit=3 -- curl http://example.com