Skip to content

Instantly share code, notes, and snippets.

@m3nd3s
Created April 28, 2012 00:01
Show Gist options
  • Save m3nd3s/2514426 to your computer and use it in GitHub Desktop.
Save m3nd3s/2514426 to your computer and use it in GitHub Desktop.
While syntax
while [ condition ]
do
command1
command2
command3
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment