test
This commit is contained in:
parent
27516ff497
commit
993475135b
@ -3,6 +3,7 @@
|
||||
#If no argument is passed, kill the script.
|
||||
[[ -z "$*" || "-" == "$*" || "--" == "$*" ]] && echo "This script requires an argument, use --help for help" && exit
|
||||
|
||||
echo "yep"
|
||||
|
||||
args=("$@")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user