Skip to content

Instantly share code, notes, and snippets.

@nmccready
Created September 25, 2014 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmccready/81dab011fd36abc58f91 to your computer and use it in GitHub Desktop.
Save nmccready/81dab011fd36abc58f91 to your computer and use it in GitHub Desktop.
checking arguments shell
#!/bin/sh
mandatory=${1?missing arg1}
optionalWDefault=${2:-somecrap}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment