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.5r2 - Exit 0
pull/8/head
0.5r2
Gustavo Adolfo Mesa Roldán
4 years ago
parent
a460d09a15
commit
0be7239088
5 changed files
with
2 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-4
lch
+0
-1
lib/compressor.sh
+0
-1
lib/decompressor.sh
+0
-1
lib/installer.sh
+0
-1
lib/resources.sh
+ 2
- 4
lch
View File
@ -1,5 +1,5 @@
#!/usr/bin/env bash
VERSION=0.5r
1
VERSION=0.5r
2
DEST=$1
shift 1
ORIG=$@
@ -21,15 +21,12 @@ else
case $DEST in
"--help" | "-h")
help
exit 0
;;
"--check" | "-c")
check
exit 0
;;
"--install" | "-i")
install $DEST $@
exit 0
;;
*)
if [ -z "$DEST" ]
@ -50,4 +47,5 @@ else
fi
;;
esac
exit 0
fi
+ 0
- 1
lib/compressor.sh
View File
@ -37,5 +37,4 @@ function compressor()
esac
echo
-e
"\nDone"
exit
0
}
+ 0
- 1
lib/decompressor.sh
View File
@ -37,5 +37,4 @@ function decompressor()
esac
echo
-e
"\nDone"
exit
0
}
+ 0
- 1
lib/installer.sh
View File
@ -82,5 +82,4 @@ function install()
fi
echo
-e
"\nDependencies installation finished\n"
exit
0
}
+ 0
- 1
lib/resources.sh
View File
@ -45,7 +45,6 @@ function check()
echo
-e
"\nIn order to use all the extensions install the packages: tar, bzip2, gzip, zip, unzip, 7za, rar, unrar"
fi
echo
""
exit
0
}
function
lowercase
(
)
Write
Preview
Loading…
Cancel
Save