just work normal if no argument is given

This commit is contained in:
6543 2019-07-13 20:34:45 +02:00
parent 3149285ab9
commit f5db5a154d
Signed by: 6543
GPG Key ID: A1CA74D27FD13271
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ fi




case $(echo $1 | tr -d '-') in case $(echo $1 | tr -d '-') in
'') ;;
version|V) version|V)
echo Remaster 2.0.4 echo Remaster 2.0.4
exit 0 exit 0