mirror of
https://gitlab.com/JKANetwork/jka-toolkit.git
synced 2026-03-22 10:22:02 +01:00
update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user