Browse Source

06.r10

0.6r11
Gustavo Adolfo Mesa Roldán 3 years ago
parent
commit
68bb954a7f
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      install.sh
  2. +1
    -1
      lch

+ 1
- 1
install.sh View File

@ -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
- 1
lch View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
VERSION=0.6r8
VERSION=0.6r10
DEST=$1
shift 1
ORIG=$@


Loading…
Cancel
Save