Skip to content

Instantly share code, notes, and snippets.

View ivanobulo's full-sized avatar

Ivan Luzyanin ivanobulo

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"