An open API service indexing awesome lists of open source software.

https://github.com/pukkandan/repeat

Repeat a command
https://github.com/pukkandan/repeat

Last synced: 3 months ago
JSON representation

Repeat a command

Awesome Lists containing this project

README

        

```
Repeat a command

Usage: repeat.exe [OPTIONS]

Arguments:
The command to run

Options:
-q, --quiet Do not print to console
-d, --direct Do not use shell
-n, --attempts Maximum number of times to repeat
-b, --no-break Passthrough Ctrl+Break
-0, --till-success Repeat the command until it succeeds
-1, --till-failure Repeat the command until it fails
-h, --help Print help information
```