2 Commits

Author SHA1 Message Date
Gustavo Adolfo Mesa Roldán 80b5375347 0.4r6 - Text fixed 2020-09-30 00:06:01 +02:00
radikal 0f2bef10ad minor correction 2020-09-29 21:40:25 +02:00
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
###### Compress ###### Compress
``` ```
$ lch file.zip archive1/ [archive2/] [...] $ lch file.zip file1 [file2...]
``` ```
###### Decompress ###### Decompress
+2 -2
View File
@@ -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,7 +19,7 @@ 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"