This website works better with JavaScript.
Home
Explore
Help
Sign In
g
/
lch
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
17
Wiki
Activity
Browse Source
06.r10
0.6r11
Gustavo Adolfo Mesa Roldán
4 years ago
parent
ae117b491a
commit
68bb954a7f
2 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
install.sh
+1
-1
lch
+ 1
- 1
install.sh
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"
+ 1
- 1
lch
View File
@ -1,5 +1,5 @@
#!/usr/bin/env bash
#!/usr/bin/env bash
VERSION=0.6r
8
VERSION=0.6r
10
DEST=$1
DEST=$1
shift 1
shift 1
ORIG=$@
ORIG=$@
Write
Preview
Loading…
Cancel
Save