Description
Retry failed commands.
Description
Takes a command and keeps rerunning it until it returns successfully. Has flags to limit number of retries and sleep between retires.
README.md
retryer
Small haskell app that takes a command, and continually re-runs it until it exits successfully.