reload sources and testing readme
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#!/bin/bash
|
||||
VERSION=0.3r2
|
||||
VERSION=0.3r3
|
||||
DEST=$1
|
||||
shift 1
|
||||
ORIG=$@
|
||||
|
||||
source /usr/lib/lch/compressor.sh || source ./lib/compressor.sh
|
||||
source /usr/lib/lch/decompressor.sh || source ./lib/decompressor.sh
|
||||
source /usr/lib/lch/check.sh || source ./lib/check.sh
|
||||
if [ -z /usr/lib/lch/compressor.sh ]; then . /usr/lib/lch/compressor.sh; else . ./lib/compressor.sh; fi
|
||||
if [ -z /usr/lib/lch/decompressor.sh ]; then . /usr/lib/lch/decompressor.sh; else . ./lib/decompressor.sh; fi
|
||||
if [ -z /usr/lib/lch/check.sh ]; then . /usr/lib/lch/check.sh; else . ./lib/check.sh; fi
|
||||
|
||||
function help()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user