Mercurial > ec-dotfiles
comparison moefetch.sh @ 149:7200b4339aea
whoops.
it's now check|fetch|update.
Suggestion for better naming needed
author | edhoprima |
---|---|
date | Sat, 25 Apr 2009 15:30:12 +0000 |
parents | 378ade047762 |
children | 9338901a348a |
comparison
equal
deleted
inserted
replaced
148:378ade047762 | 149:7200b4339aea |
---|---|
146 # all green (part 1)! let's go (until we check the tag) | 146 # all green (part 1)! let's go (until we check the tag) |
147 | 147 |
148 # initialization | 148 # initialization |
149 # are we really doing it? | 149 # are we really doing it? |
150 if [ $# -lt 2 ]; then | 150 if [ $# -lt 2 ]; then |
151 echo "Usage: moefetch status|fetch|get <tags>" | 151 echo "Usage: moefetch status|fetch|update <tags>" |
152 exit 1 | 152 exit 1 |
153 fi | 153 fi |
154 | 154 |
155 case "$1" in | 155 case "$1" in |
156 status|get|update) | 156 status|get|update) |