keep-trying
Run a command repeatedly until it successfully exits.
Usage
sh
keep-trying program arguments …
Roadmap
- [ ] Allow to limit max number of tryings.
- [ ] Support delay between retries.
- [ ] Add signal handling.
- [ ] Add option to indent outputs.