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

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.

Awesome Lists containing this project

README

          

bash-retry
==========

This script runs a command up to n times until the exit status is successful.