X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=mk-project;h=eecfa53d03c23d52845f9a5fb7d49215c013ba7b;hp=4674ef0c67d40ab65612eff12d08965bc813203a;hb=082bcece9ab1c60b169cd09160d19adb0bced630;hpb=c57fb8aa2c95367e77106fd2c479184b06a84114 diff --git a/mk-project b/mk-project index 4674ef0..eecfa53 100755 --- a/mk-project +++ b/mk-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