Browse Source

0.6r8

pull/3/head
ale 3 years ago
parent
commit
f30aed7d2b
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      lch
  2. +1
    -1
      lib/compressor.sh
  3. +1
    -1
      lib/decompressor.sh
  4. +1
    -1
      lib/resources.sh

+ 1
- 1
lch View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
VERSION=0.6r7
VERSION=0.6r8
DEST=$1
shift 1
ORIG=$@


+ 1
- 1
lib/compressor.sh View File

@ -36,5 +36,5 @@ function compressor()
;;
esac
echo -e "\nDone"
echo -e "\nFile $DEST compressed."
}

+ 1
- 1
lib/decompressor.sh View File

@ -36,5 +36,5 @@ function decompressor()
;;
esac
echo -e "\nDone"
echo -e "\nFile $DEST decompressed."
}

+ 1
- 1
lib/resources.sh View File

@ -72,7 +72,7 @@ function executer()
WPID=$!
if [ -x "$(command -v $1)" ]
then
"$@"
"$@" 1> /dev/null
else
error_not_install $1
fi


Loading…
Cancel
Save