Skip to content

Instantly share code, notes, and snippets.

@calum-github
Last active November 29, 2016 06:01
Show Gist options
  • Select an option

  • Save calum-github/cac0e5689196a9239463bee3f642f625 to your computer and use it in GitHub Desktop.

Select an option

Save calum-github/cac0e5689196a9239463bee3f642f625 to your computer and use it in GitHub Desktop.
case $FIRST_CHAR in
A)
NUMBER=2 ;;
B)
NUMBER=3 ;;
C)
NUMBER=4 ;;
D)
NUMBER=5 ;;
E)
NUMBER=6 ;;
F)
NUMBER=7 ;;
9)
NUMBER=1 ;;
8)
NUMBER=0 ;;
*)
esac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment