repeat

Execute a command repeatly until it succeeds.
 USAGE:
     ./zig-out/bin/repeat [OPTIONS] [--] command

 OPTIONS:
  -m, --max INTEGER                Max times to repeat
  -i, --interval INTEGER           Pause interval(in seconds) between repeats
  -v, --version                    Print version
  -h, --help                       Print help information
Last modified September 28, 2024: refactor zip file directory structure (9e01903)