This commit is contained in:
dancingCycle 2024-02-14 09:49:47 +01:00
parent c6501a8a9d
commit d9605a31b1
1 changed files with 2 additions and 0 deletions

View File

@ -1,7 +1,9 @@
#!/bin/sh
#
echo "started..."
#Started...
#
# special variable $# is the number of arguments
if [ $# -lt 3 ] ; then
echo 'Call ./<script> <work dir without /> <save as file name> <dload URL>'
exit 1