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
@@ -36,5 +36,5 @@ function compressor()
;;
esac
echo -e "\nDone"
echo -e "\nFile $DEST compressed."
}
+1 -1
View File
@@ -36,5 +36,5 @@ function decompressor()
;;
esac
echo -e "\nDone"
echo -e "\nFile $DEST decompressed."
}
+1 -1
View File
@@ -72,7 +72,7 @@ function executer()
WPID=$!
if [ -x "$(command -v $1)" ]
then
"$@"
"$@" 1> /dev/null
else
error_not_install $1
fi