This commit is contained in:
ale
2020-10-03 14:47:56 +02:00
parent 0bfa956345
commit f30aed7d2b
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
VERSION=0.6r7 VERSION=0.6r8
DEST=$1 DEST=$1
shift 1 shift 1
ORIG=$@ ORIG=$@
+1 -1
View File
@@ -36,5 +36,5 @@ function compressor()
;; ;;
esac esac
echo -e "\nDone" echo -e "\nFile $DEST compressed."
} }
+1 -1
View File
@@ -36,5 +36,5 @@ function decompressor()
;; ;;
esac esac
echo -e "\nDone" echo -e "\nFile $DEST decompressed."
} }
+1 -1
View File
@@ -72,7 +72,7 @@ function executer()
WPID=$! WPID=$!
if [ -x "$(command -v $1)" ] if [ -x "$(command -v $1)" ]
then then
"$@" "$@" 1> /dev/null
else else
error_not_install $1 error_not_install $1
fi fi