Skip to content

Instantly share code, notes, and snippets.

@m3nd3s
Created April 27, 2012 03:13
Show Gist options
  • Select an option

  • Save m3nd3s/2505371 to your computer and use it in GitHub Desktop.

Select an option

Save m3nd3s/2505371 to your computer and use it in GitHub Desktop.
Case
# Exemplo de condicional CASE
case VAR in
OPT1)
comandos
OPT2)
comandos2
*)
comandos3
esac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment