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
0.6r8
pull/3/head
ale
4 years ago
parent
0bfa956345
commit
f30aed7d2b
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lch
+1
-1
lib/compressor.sh
+1
-1
lib/decompressor.sh
+1
-1
lib/resources.sh
+ 1
- 1
lch
View File
@ -1,5 +1,5 @@
#!/usr/bin/env bash
VERSION=0.6r
7
VERSION=0.6r
8
DEST=$1
shift 1
ORIG=$@
+ 1
- 1
lib/compressor.sh
View File
@ -36,5 +36,5 @@ function compressor()
;
;
esac
echo
-e
"
\nDone
"
echo
-e
"
\nFile
$DEST
compressed.
"
}
+ 1
- 1
lib/decompressor.sh
View File
@ -36,5 +36,5 @@ function decompressor()
;
;
esac
echo
-e
"
\nDone
"
echo
-e
"
\nFile
$DEST
decompressed.
"
}
+ 1
- 1
lib/resources.sh
View File
@ -72,7 +72,7 @@ function executer()
WPID
=
$!
if
[
-x
"
$(
command
-v
$1
)
"
]
then
"
$@
"
"
$@
"
1> /dev/null
else
error_not_install
$1
fi
Write
Preview
Loading…
Cancel
Save