|
@ -22,7 +22,7 @@ function help() |
|
|
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 /flie1 /flie2 - 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" |
|
|