summaryrefslogtreecommitdiffstats
path: root/download
diff options
context:
space:
mode:
Diffstat (limited to 'download')
-rwxr-xr-xdownload5
1 files changed, 5 insertions, 0 deletions
diff --git a/download b/download
index 688d5c9..ee8238f 100755
--- a/download
+++ b/download
@@ -26,6 +26,11 @@ set -u -e
download=./resources/scripts/helpers/download
programmes=$(ls ${download}/)
+if [ $# -lt 1 ]; then
+ printf "ERROR: download script: no argmunt given.\n"
+ exit 1
+fi
+
case ${@} in
all)
;;