Clarify filetype

This commit is contained in:
RealStickman 2023-06-30 15:36:47 +02:00
parent 1a2f45a111
commit be6dcd4e97

View File

@ -2,7 +2,7 @@
set -euo pipefail set -euo pipefail
if [ $# -eq 0 ]; then if [ $# -eq 0 ]; then
echo "Please supply one file" echo "Please supply one zipfile"
exit 1 exit 1
echo "$?" echo "$?"
elif [ $# -ge 2 ]; then elif [ $# -ge 2 ]; then