Created
April 27, 2012 02:51
-
-
Save m3nd3s/2505298 to your computer and use it in GitHub Desktop.
Sintaxe if (ShellScript)
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
| # Sintaxe do IF em ShellScript | |
| if CONDICAO; then | |
| comando1 | |
| elif CONDICAO2 | |
| comando2 | |
| else | |
| comando3 | |
| fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment