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:
@@ -192,7 +192,7 @@ elif [ "$1" = "-l" ];then
|
||||
7z l "$2"
|
||||
;;
|
||||
"zip")
|
||||
zip -v "$2"
|
||||
uzip -v "$2"
|
||||
"gz" )
|
||||
gzip -l "$2"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user