7 Commits

Author SHA1 Message Date
pberr 00c037ec95 merge 2020-10-03 16:52:42 +02:00
pberr eb2314eeb8 Merge branch '0.6-dev' of https://gitea.hatthieves.es/cloud/lch into 0.6r11 2020-10-03 16:50:43 +02:00
pberr 4c4d0a761e Update version 2020-10-03 16:40:38 +02:00
pberr e08001bc54 Create subfolders 2020-10-03 16:39:40 +02:00
Gustavo Adolfo Mesa Roldán f29b0da9f5 instal fixed 2020-10-03 16:27:50 +02:00
Gustavo Adolfo Mesa Roldán 68bb954a7f 06.r10 2020-10-03 15:45:33 +02:00
Gustavo Adolfo Mesa Roldán ae117b491a 0.6r9 - Get dreamsgit add . 2020-10-03 15:38:38 +02:00
9 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -4,12 +4,12 @@
###### install ###### install
``` ```
sudo ./install.sh sudo ./bin/install.sh
``` ```
###### Uninstall ###### Uninstall
``` ```
sudo ./uninstall.sh sudo ./bin/uninstall.sh
``` ```
## Usage ## Usage
+1 -1
View File
@@ -13,7 +13,7 @@ echo "======================"
echo "" echo ""
cp lch /usr/bin/lch cp lch /usr/bin/lch
mkdir -p /usr/lib/lch mkdir -p /usr/lib/lch
cp ./lib/* /usr/lib/lch cp -r ./lib/* /usr/lib/lch
chmod 755 /usr/bin/lch chmod 755 /usr/bin/lch
echo " Copied lch in /usr/bin" echo " Copied lch in /usr/bin"
View File
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
VERSION=0.6r8 VERSION=0.6r9
DEST=$1 DEST=$1
shift 1 shift 1
ORIG=$@ ORIG=$@
+1 -1
View File
@@ -37,7 +37,7 @@ if [ $# -eq 1 ]; then
else else
for i in $@ for i in $@
do do
if [ $i -ne "-i" ] if [ $i != "-i" ]
then then
case $i in case $i in
"rar" | "unrar") "rar" | "unrar")
+1 -1
View File
@@ -35,7 +35,7 @@ if [ $# -eq 1 ]; then
else else
for i in $@ for i in $@
do do
if [ $i -ne "-i" ] if [ $i != "-i" ]
then then
case $i in case $i in
"rar" | "unrar") "rar" | "unrar")
+1 -1
View File
@@ -49,7 +49,7 @@ if [ $# -eq 1 ]; then
else else
for i in $@ for i in $@
do do
if [ $i -ne "-i" ] if [ $i != "-i" ]
then then
case $i in case $i in
"rar" | "unrar") "rar" | "unrar")
+1 -1
View File
@@ -36,7 +36,7 @@ if [ $# -eq 1 ]; then
else else
for i in $@ for i in $@
do do
if [ $i -ne "-i" ] if [ $i != "-i" ]
then then
case $i in case $i in
"rar" | "unrar") "rar" | "unrar")
+1 -1
View File
@@ -45,6 +45,6 @@ will compress file1 and file2 in file.tar.gz
Report your bugs at <gore@hatthieves.es> Report your bugs at <gore@hatthieves.es>
.SH AUTHOR .SH AUTHOR
\fBlch\fP are by Gustavo Adolfo Mesa Roldan <gore@hackthieves.es>, radikal <radikal@disroot.org>. \fBlch\fP are by Gustavo Adolfo Mesa Roldan <gore@hatthieves.es>, radikal <radikal@disroot.org>, Ale Romero <ale@hatthieves.es>, m <?@?>.
This document is by radikal <radikal@disroot.org>. This document is by radikal <radikal@disroot.org>.