Skip to content

Retry is a super simple CLI utility to retry the execution of a command

License

Notifications You must be signed in to change notification settings

DomenicoMammola/retry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

retry

Retry is a super simple CLI utility to retry the execution of a command

Usage: retry.exe <parameters>

Parameters:
-h, --help                prints help information
-i, --iteration <count>   max number of iteration (default 2)
-w, --wait <seconds>      waiting time between iterations in seconds (default 10)
-f, --logfile <log file>  log filename (will be added a timestamp string at the begin of the filename)
-c, --command <command>   command to be executed

Examples:
retry.exe -i 3 -w 10 -c my_command.exe
retry.exe -i 3 -w 10 -c "my_command.exe param1 param2"
retry.exe -f ".\-my-log.txt" -c my_command.exe

This little free utility is licensed under the GNU GENERAL PUBLIC LICENSE v.3.

About

Retry is a super simple CLI utility to retry the execution of a command

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages