retry
retry copied to clipboard
⏰ Rerun a command until it eventually succeeds, or doesn't!
Results
2
retry issues
Sort by
recently updated
recently updated
newest added
Hi. It would be nice if one could observe what retry actually does, ie. to have it report a command's return code when it failed, how many attempts are left,...
I'd like to use this in a cronjob to avoid mails if a command failed only once. Using `-quiet` completly supresses the output, but i'd like to print the output...