mirror of
https://gitlab.com/JKANetwork/jka-toolkit.git
synced 2026-02-25 22:43:49 +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"
|
7z l "$2"
|
||||||
;;
|
;;
|
||||||
"zip")
|
"zip")
|
||||||
uzip -v "$2"
|
unzip -v "$2"
|
||||||
|
;;
|
||||||
"gz" )
|
"gz" )
|
||||||
gzip -l "$2"
|
gzip -l "$2"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user