X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=move-project;h=2e7dba1029fc5cd7ee97e447d1a610145e024f47;hb=be0da65804291647260504c72356750fe7b99e37;hp=72f747570a02b446c9d0a5649a84a56167d8615d;hpb=ec7ddd82b978788b2e620e7b44beec5a2a4c72ac;p=cookiecutter.git diff --git a/move-project b/move-project index 72f7475..2e7dba1 100755 --- a/move-project +++ b/move-project @@ -1,6 +1,6 @@ #! /bin/sh -if [ -z "$1" -o -n "$2" ]; then +if [ $# -ne 1 ]; then echo "Usage: $0 project_name" >&2 exit 1 fi