Created
November 15, 2017 22:49
-
-
Save mstump/f033920a650b2561ed53a6498935f610 to your computer and use it in GitHub Desktop.
dountil.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function dountil() { | |
until $@ | |
do | |
sleep 1 | |
done | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment