Compare commits
4 Commits
0.6-stable
...
0.6r11
| Author | SHA1 | Date | |
|---|---|---|---|
| 4c4d0a761e | |||
| e08001bc54 | |||
| 68bb954a7f | |||
| ae117b491a |
@@ -4,12 +4,12 @@
|
||||
|
||||
###### install
|
||||
```
|
||||
sudo ./install.sh
|
||||
sudo ./bin/install.sh
|
||||
```
|
||||
|
||||
###### Uninstall
|
||||
```
|
||||
sudo ./uninstall.sh
|
||||
sudo ./bin/uninstall.sh
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -13,7 +13,7 @@ echo "======================"
|
||||
echo ""
|
||||
cp lch /usr/bin/lch
|
||||
mkdir -p /usr/lib/lch
|
||||
cp ./lib/* /usr/lib/lch
|
||||
cp -r ./lib/* /usr/lib/lch
|
||||
chmod 755 /usr/bin/lch
|
||||
echo " Copied lch in /usr/bin"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
VERSION=0.6r8
|
||||
VERSION=0.6r11
|
||||
DEST=$1
|
||||
shift 1
|
||||
ORIG=$@
|
||||
|
||||
+1
-1
@@ -45,6 +45,6 @@ will compress file1 and file2 in file.tar.gz
|
||||
Report your bugs at <gore@hatthieves.es>
|
||||
|
||||
.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>.
|
||||
Reference in New Issue
Block a user