Skip to content

Commit

Permalink
Rearrange command line option string
Browse files Browse the repository at this point in the history
I apologize, but I could not resist rearranging the command line 
options to spell "WTF VHS"
  • Loading branch information
probablycorey committed Oct 3, 2013
1 parent e3c7ebe commit b92b6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b92b6e6

Please sign in to comment.