Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 80b5375347 | |||
| 0f2bef10ad |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
###### Compress
|
###### Compress
|
||||||
```
|
```
|
||||||
$ lch file.zip archive1/ [archive2/] [...]
|
$ lch file.zip file1 [file2...]
|
||||||
```
|
```
|
||||||
|
|
||||||
###### Decompress
|
###### Decompress
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
VERSION=0.4r6
|
VERSION=0.4r7
|
||||||
DEST=$1
|
DEST=$1
|
||||||
shift 1
|
shift 1
|
||||||
ORIG=$@
|
ORIG=$@
|
||||||
@@ -19,10 +19,10 @@ function help()
|
|||||||
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 - Decompress"
|
echo "$ lch file.zip - Decompress"
|
||||||
echo "$ lch file.zip /home/file - Compress"
|
echo "$ lch file.zip /home/file - Compress"
|
||||||
echo "$ lch files.zip file1 file2 - Compress multiple"
|
echo "$ lch files.zip file1 file2 - 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