Toggle navigation
George Opritescu
Blog
Tags
About
Read the Tutorial
Fork on GitHub
execute a command until success in bash
Developer from somewhere
until
somecmd
;
do
echo
"Retrying"
;
done