mirror of
https://gitlab.com/JKANetwork/jka-toolkit.git
synced 2026-02-18 19:11:31 +01:00
update
This commit is contained in:
Binary file not shown.
@@ -77,7 +77,7 @@ function decompress() {
|
||||
echo "Format $format unknown"
|
||||
fi
|
||||
}
|
||||
version="0.2.1"
|
||||
version="0.2.2"
|
||||
if [ -z $1 ];then
|
||||
echo "No option specified, use jkazip -h"
|
||||
elif [ $1 = "-h" ];then
|
||||
@@ -89,7 +89,7 @@ elif [ $1 = "-h" ];then
|
||||
echo " -h, show help box and exit"
|
||||
echo " -v, show version"
|
||||
echo ""
|
||||
echo " The order must do \"jkazip -d [-f format] <file or directory>\" or \"jkazip -c <format> <file or directory\""
|
||||
echo " The order must be \"jkazip -d [-f format] <file or directory>\" or \"jkazip -c <format> <file or directory\""
|
||||
echo ""
|
||||
echo " Examples"
|
||||
echo " jkazip -d -f \"tar.gz\" file.txt.tar.gz"
|
||||
@@ -128,7 +128,7 @@ elif [ $1 = "-d" ];then
|
||||
echo "$4 no sush a file or directory"
|
||||
exit
|
||||
fi
|
||||
decompress $3 $2
|
||||
decompress $3 $4
|
||||
fi
|
||||
elif [ $1 = "-c" ];then
|
||||
if [ -z $3 ];then
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Maintainer: JKA Network (JoseluCross, Kprkpr, Yukialba) <contacto@jkanetwork.com>
|
||||
pkgname=jka-toolkit
|
||||
pkgver=0.2.1
|
||||
pkgver=0.2.2
|
||||
pkgrel=1
|
||||
pkgdesc="Set of scripts to optimize the daily work in linux shell"
|
||||
arch=('any')
|
||||
|
||||
Reference in New Issue
Block a user