Skip to content

Instantly share code, notes, and snippets.

View csmcallister's full-sized avatar

Scott McAllister csmcallister

  • Silver Spring
View GitHub Profile
@jehiah
jehiah / simple_args_parsing.sh
Created March 4, 2011 16:56
a simple way to parse shell script arguments
#!/bin/sh
#
# a simple way to parse shell script arguments
#
# please edit and use to your hearts content
#
ENVIRONMENT="dev"