Simple CheatSheet
    • PythonPython
    • DatabaseDatabase
    • Operating SystemOperating System
    • ProgrammingProgramming
    • Linux CommandLinux Command
    • ToolkitToolkit
    • OtherOther
    • Keyboard ShortcutsKeyboard Shortcuts
Dart
Dart
HTML Canvas
HTML Canvas
Redis
Redis
Bash
Bash
JavaScript
JavaScript
Bash
Bash
Miscellaneous

Case/switch

case "$1" in start | up) vagrant up ;; *) echo "Usage: $0 {start|stop|ssh}" ;; esac 
Comments
Related
  • Also see
  • Miscellaneous
  • Bash History
  • Bash Options
  • Bash Functions
  • Bash Loops
  • Bash Conditionals
  • Bash Dictionaries
  • Bash Arrays
  • Bash Parameter expansions
  • Getting Started