mirror of
https://gitlab.com/JKANetwork/jka-toolkit.git
synced 2026-02-20 03:52:08 +01:00
Fix unzip, again ";"
This commit is contained in:
0
jka-toolkit/addit
Normal file → Executable file
0
jka-toolkit/addit
Normal file → Executable file
@@ -192,7 +192,8 @@ elif [ "$1" = "-l" ];then
|
||||
7z l "$2"
|
||||
;;
|
||||
"zip")
|
||||
uzip -v "$2"
|
||||
unzip -v "$2"
|
||||
;;
|
||||
"gz" )
|
||||
gzip -l "$2"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user