This commit is contained in:
Gustavo Adolfo Mesa Roldán
2020-10-03 11:59:47 +02:00
parent c394876fcb
commit 91cae2b675
2 changed files with 3 additions and 9 deletions
+1 -4
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
VERSION=0.6r0
VERSION=0.6r1
DEST=$1
shift 1
ORIG=$@
@@ -9,9 +9,6 @@ if [[ -e ./lib/compressor.sh ]]; then . ./lib/compressor.sh; else . /usr/lib/lc
if [[ -e ./lib/decompressor.sh ]]; then . ./lib/decompressor.sh; else . /usr/lib/lch/decompressor.sh; fi
if [[ -e ./lib/installer.sh ]]; then . ./lib/installer.sh; else . /usr/lib/lch/installer.sh; fi
# executer tar -cvf $DEST $ORIG
if [ "$DEST" = "--version" ] || [ "$DEST" = "-v" ]
then
echo "Linux Compression Humanized $VERSION"