1
0
mirror of https://gitlab.com/JKANetwork/jka-toolkit.git synced 2026-02-14 17:11:32 +01:00

Repair jkazip (zip to unzip)

This commit is contained in:
JoseluCross
2016-07-03 00:30:46 +02:00
parent be91088d67
commit 31995d4bdb

View File

@@ -192,7 +192,7 @@ elif [ "$1" = "-l" ];then
7z l "$2"
;;
"zip")
zip -v "$2"
uzip -v "$2"
"gz" )
gzip -l "$2"
;;