Skip to content

Instantly share code, notes, and snippets.

@odadoda
Last active January 9, 2018 12:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save odadoda/9270400 to your computer and use it in GitHub Desktop.
Save odadoda/9270400 to your computer and use it in GitHub Desktop.
Bash if
if [ test-commands ]; then
#do something
elif [ more-commands ]; then
#do more something]
else
#do something else
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment