https://github.com/maxiberta/bash-retry
This script runs a command up to n times until the exit status is successful.
https://github.com/maxiberta/bash-retry
Last synced: 4 months ago
JSON representation
This script runs a command up to n times until the exit status is successful.
- Host: GitHub
- URL: https://github.com/maxiberta/bash-retry
- Owner: maxiberta
- License: gpl-2.0
- Created: 2014-03-04T22:26:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-04T22:27:59.000Z (over 12 years ago)
- Last Synced: 2025-07-29T00:29:28.559Z (11 months ago)
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
bash-retry
==========
This script runs a command up to n times until the exit status is successful.