0.5r9 - Executer

This commit is contained in:
Gustavo Adolfo Mesa Roldán
2020-10-03 08:01:47 +02:00
parent 5816870906
commit 4e04efe1af
5 changed files with 33 additions and 110 deletions
+4 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
VERSION=0.5r8
VERSION=0.5r9
DEST=$1
shift 1
ORIG=$@
@@ -9,6 +9,9 @@ if [[ -e /usr/lib/lch/compressor.sh ]]; then . /usr/lib/lch/compressor.sh; else
if [[ -e /usr/lib/lch/decompressor.sh ]]; then . /usr/lib/lch/decompressor.sh; else . ./lib/decompressor.sh; fi
if [[ -e /usr/lib/lch/installer.sh ]]; then . /usr/lib/lch/installer.sh; else . ./lib/installer.sh; fi
# executer tar -cvf $DEST $ORIG
if [ "$DEST" = "--version" ] || [ "$DEST" = "-v" ]
then
echo "Linux Compression Humanized $VERSION"