Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 29d3a6c1af | |||
| df4fecb2b3 |
@@ -20,6 +20,7 @@ $ lch file.zip
|
|||||||
- gz
|
- gz
|
||||||
- zip
|
- zip
|
||||||
- 7z
|
- 7z
|
||||||
|
- rar
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
VERSION=0.3r1
|
VERSION=0.3r2
|
||||||
DEST=$1
|
DEST=$1
|
||||||
shift 1
|
shift 1
|
||||||
ORIG=$@
|
ORIG=$@
|
||||||
@@ -93,11 +93,12 @@ function help()
|
|||||||
echo ""
|
echo ""
|
||||||
echo "Examples:"
|
echo "Examples:"
|
||||||
echo "$ lch -h - This help"
|
echo "$ lch -h - This help"
|
||||||
echo "$ lch -v -print version"
|
echo "$ lch -v - Print version"
|
||||||
echo "$ lch -c -check compresion systems"
|
echo "$ lch -c - Check compresion systems"
|
||||||
echo "$ lch -i -install the compressors dependencies."
|
echo "$ lch -i - Install the compressors dependencies."
|
||||||
echo "$ lch file.zip /home/file -Compress"
|
|
||||||
echo "$ lch file.zip - Decompress"
|
echo "$ lch file.zip - Decompress"
|
||||||
|
echo "$ lch file.zip /home/file - Compress"
|
||||||
|
echo "$ lch files.zip /flie1 /flie2 - Compress multiple"
|
||||||
echo ""
|
echo ""
|
||||||
echo "Supported extensions:"
|
echo "Supported extensions:"
|
||||||
echo " rar, tar, tar.gz, tar.bz2, tar.xz, bz2, tgz, gz, zip, 7z"
|
echo " rar, tar, tar.gz, tar.bz2, tar.xz, bz2, tgz, gz, zip, 7z"
|
||||||
|
|||||||
Reference in New Issue
Block a user