mirror of
https://gitlab.com/JKANetwork/jka-toolkit.git
synced 2026-02-15 17:41:31 +01:00
Repair jkazip (zip to unzip)
This commit is contained in:
@@ -192,7 +192,7 @@ elif [ "$1" = "-l" ];then
|
|||||||
7z l "$2"
|
7z l "$2"
|
||||||
;;
|
;;
|
||||||
"zip")
|
"zip")
|
||||||
zip -v "$2"
|
uzip -v "$2"
|
||||||
"gz" )
|
"gz" )
|
||||||
gzip -l "$2"
|
gzip -l "$2"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user