From b92b6e689d4fa485f916b4b989cca2341b0be080 Mon Sep 17 00:00:00 2001 From: probablycorey Date: Thu, 3 Oct 2013 10:27:26 -0700 Subject: [PATCH] Rearrange command line option string I apologize, but I could not resist rearranging the command line options to spell "WTF VHS" --- atom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom.sh b/atom.sh index dfa55ab93..53de6a493 100755 --- a/atom.sh +++ b/atom.sh @@ -9,7 +9,7 @@ if [ ! -d $ATOM_PATH ]; then exit 1 fi -while getopts ":whvfts-:" opt; do +while getopts ":wtfvhs-:" opt; do case "$opt" in -) case "${OPTARG}" in