Skip to content

peymansafiri/dws-dev-002-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Bash script to creating command retry intervals

The try Bash script creating command retry intervals with this format :

try -i Interval -n Number COMMAND

for example :

try -i 15 -n 10 flask app test

in try_optional_argument file we have default number for variable. when the Command exit with code 0 , it means script run successful and if code is not 0 the process continues till successful execution.

This Bash script creating command retry intervals with this format :

try -i Interval -n Number COMMAND

@dwsclass dws-dev-003-bash @dwsclassdws-dev-002-bash

About

dws-dev-002-bash

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages