mirror of
https://gitlab.com/JKANetwork/jka-toolkit.git
synced 2026-02-21 20:33:48 +01:00
Update tbz2
This commit is contained in:
@@ -40,7 +40,7 @@ function msg2() {
|
|||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
|
|
||||||
version="2.0.2"
|
version="2.0.3"
|
||||||
if [ -z "$1" ];then
|
if [ -z "$1" ];then
|
||||||
echo "$(gettext "No option specified, use jkazip -h")" > /dev/stderr
|
echo "$(gettext "No option specified, use jkazip -h")" > /dev/stderr
|
||||||
elif [ "$1" = "-h" ];then
|
elif [ "$1" = "-h" ];then
|
||||||
@@ -77,7 +77,7 @@ elif [ "$1" = "-d" ];then
|
|||||||
entrada="$2"
|
entrada="$2"
|
||||||
sacaFormato "$entrada"
|
sacaFormato "$entrada"
|
||||||
case $formato in
|
case $formato in
|
||||||
"tar" | "tar.xz" | "tar.lz" | "tar.gz" | "tar.bz2" | "tgz" | "tbz" | "txz" | "tlz")
|
"tar" | "tar.xz" | "tar.lz" | "tar.gz" | "tar.bz2" | "tgz" | "tbz2" | "txz" | "tlz")
|
||||||
tar xvf "$entrada"
|
tar xvf "$entrada"
|
||||||
msg2 "$entrada"
|
msg2 "$entrada"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user