keep-trying

Run a command repeatedly until it exits successfully.


Keywords
utility
License
MIT

Documentation

keep-trying

Run a command repeatedly until it successfully exits.

Usage

keep-trying program arguments …

Roadmap

  • Allow to limit max number of tryings.
  • Support delay between retries.
  • Add signal handling.
  • Add option to indent outputs.