1
0
mirror of https://gitlab.com/JKANetwork/jka-toolkit.git synced 2026-02-18 02:51:33 +01:00
This commit is contained in:
JoseluCross
2016-05-22 22:53:36 +02:00
parent 5ab07dc6bc
commit e43523c473
3 changed files with 8 additions and 8 deletions

Binary file not shown.

View File

@@ -77,7 +77,7 @@ function decompress() {
echo "Format $format unknown" echo "Format $format unknown"
fi fi
} }
version="0.2.1" version="0.2.2"
if [ -z $1 ];then if [ -z $1 ];then
echo "No option specified, use jkazip -h" echo "No option specified, use jkazip -h"
elif [ $1 = "-h" ];then elif [ $1 = "-h" ];then
@@ -89,7 +89,7 @@ elif [ $1 = "-h" ];then
echo " -h, show help box and exit" echo " -h, show help box and exit"
echo " -v, show version" echo " -v, show version"
echo "" 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 ""
echo " Examples" echo " Examples"
echo " jkazip -d -f \"tar.gz\" file.txt.tar.gz" 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" echo "$4 no sush a file or directory"
exit exit
fi fi
decompress $3 $2 decompress $3 $4
fi fi
elif [ $1 = "-c" ];then elif [ $1 = "-c" ];then
if [ -z $3 ];then if [ -z $3 ];then

View File

@@ -1,6 +1,6 @@
# Maintainer: JKA Network (JoseluCross, Kprkpr, Yukialba) <contacto@jkanetwork.com> # Maintainer: JKA Network (JoseluCross, Kprkpr, Yukialba) <contacto@jkanetwork.com>
pkgname=jka-toolkit pkgname=jka-toolkit
pkgver=0.2.1 pkgver=0.2.2
pkgrel=1 pkgrel=1
pkgdesc="Set of scripts to optimize the daily work in linux shell" pkgdesc="Set of scripts to optimize the daily work in linux shell"
arch=('any') arch=('any')