Last active
November 29, 2016 06:01
-
-
Save calum-github/cac0e5689196a9239463bee3f642f625 to your computer and use it in GitHub Desktop.
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
| 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