try_repeat

run a command 'n' times exiting early if it fails

WWW CVSWeb GITHub
  1. Package version
    try_repeat-0.2.0
  2. Maintainer
    Laurence Tratt

try_repeat tries to run a command n times, exiting early if the command exits
with a non-zero exit code. This is useful when trying to find intermittent
failures in a command.