From: gregor herrmann Date: Tue, 27 Sep 2011 17:36:58 +0000 (+0200) Subject: Call usage() if no command line arguments is given. X-Git-Url: https://git.toastfreeware.priv.at/gregoa/movein.git/commitdiff_plain/33c818fb2f8b68da45e0bb177d615e99cbbcf707?hp=d4f1bbcb57ec24c2d0a2c6d382e06f462c347671 Call usage() if no command line arguments is given. --- diff --git a/movein b/movein index 3e21387..c6c5137 100755 --- a/movein +++ b/movein @@ -69,6 +69,7 @@ EOF exit 1 } +[ $# -ge 1 ] || usage GIT_HOST=git.vireo.org REMOTE_REPOS=~/git