1
0
mirror of https://gitlab.com/JKANetwork/jka-toolkit.git synced 2026-03-22 10:22:02 +01:00
This commit is contained in:
JoseluCross
2016-05-22 20:25:40 +02:00
parent 796f2eb977
commit 5ab07dc6bc
4 changed files with 8 additions and 8 deletions

View File

@@ -77,7 +77,7 @@ function decompress() {
echo "Format $format unknown"
fi
}
version="0.2"
version="0.2.1"
if [ -z $1 ];then
echo "No option specified, use jkazip -h"
elif [ $1 = "-h" ];then
@@ -128,7 +128,7 @@ elif [ $1 = "-d" ];then
echo "$4 no sush a file or directory"
exit
fi
decompress $3 $
decompress $3 $2
fi
elif [ $1 = "-c" ];then
if [ -z $3 ];then