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.6r7 - Stable
pull/3/head
Gustavo Adolfo Mesa Roldán
4 years ago
parent
667e00baea
commit
0bfa956345
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
lib/resources.sh
+ 4
- 0
lib/resources.sh
View File
@ -68,12 +68,16 @@ function error_not_install()
function
executer
(
)
{
wheel
true
&
WPID
=
$!
if
[
-x
"
$(
command
-v
$1
)
"
]
then
"
$@
"
else
error_not_install
$1
fi
disown
$WPID
kill
$WPID
&
> /dev/null
}
function
complete_install
(
)
{
Write
Preview
Loading…
Cancel
Save