aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-template
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ak-template')
-rwxr-xr-xbin/ak-template3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ak-template b/bin/ak-template
index 151d9d7..362b22e 100755
--- a/bin/ak-template
+++ b/bin/ak-template
@@ -20,7 +20,8 @@ example(){
}
# Flags to run
-if [ ! -z $1 ]; then
+if [ ! -z $1 ]
+then
case $1 in
-h | --help) _ak_usage; exit;;
--example) example; exit;;