Skip to content

Instantly share code, notes, and snippets.

@mstump
Created November 15, 2017 22:49
Show Gist options
  • Save mstump/f033920a650b2561ed53a6498935f610 to your computer and use it in GitHub Desktop.
Save mstump/f033920a650b2561ed53a6498935f610 to your computer and use it in GitHub Desktop.
dountil.sh
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