More extensions and check after to run

This commit is contained in:
Gustavo Adolfo Mesa Roldán
2020-10-03 03:01:42 +02:00
parent 0be7239088
commit 2c6f419db8
5 changed files with 132 additions and 27 deletions
+1 -2
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
VERSION=0.5r2
VERSION=0.5r4
DEST=$1
shift 1
ORIG=$@
@@ -9,7 +9,6 @@ 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
if [ "$DEST" = "--version" ] || [ "$DEST" = "-v" ]
then
echo "Linux Compression Humanized $VERSION"