logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Retry Command - Repeat Operations | Online Free DevTools by Hexmos

Retry command operations automatically. Ensure script reliability and automate error handling with retry functionality. Free online tool, no registration required.

retry

Repeat command until it succeeds or a criterion is met. More information: https://github.com/minfrin/retry.

  • Retry a command until it succeeds:

retry {{command}}

  • Retry a command every n seconds until it succeeds:

retry --delay={{n}} {{command}}

  • Give up after n attempts:

retry --times={{n}} {{command}}

See Also