0.6r8
This commit is contained in:
@@ -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
@@ -36,5 +36,5 @@ function compressor()
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
echo -e "\nDone"
|
echo -e "\nFile $DEST compressed."
|
||||||
}
|
}
|
||||||
+1
-1
@@ -36,5 +36,5 @@ function decompressor()
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
echo -e "\nDone"
|
echo -e "\nFile $DEST decompressed."
|
||||||
}
|
}
|
||||||
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user