Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brendanashworth/repeater
basic C tool
https://github.com/brendanashworth/repeater
Last synced: 9 days ago
JSON representation
basic C tool
- Host: GitHub
- URL: https://github.com/brendanashworth/repeater
- Owner: brendanashworth
- License: mit
- Created: 2015-04-07T06:42:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-19T23:26:44.000Z (over 9 years ago)
- Last Synced: 2023-04-10T02:50:54.870Z (over 1 year ago)
- Language: C
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# repeater
Totally simple tool to repeat a command over..and over..and over until you fail to get a specified return code. Useful for looking for failing tests.
## Usage
```sh
$ ./repeaterUsage: repeater {command} [-h] [-d delay] [-m max] [-c code]
Flags:
-h, --help View this help
-d, --delay n Set delay between runs (ms), default 10
-m, --max n Set maximum number of runs, default 1000
-c, --code n Set needed code to continue, default 0```
## License
[MIT](./LICENSE)