Cleaned up code by a lot. Smaller file size....
This commit is contained in:
parent
d19ee08fb6
commit
4129854d57
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
main(){
|
main(){
|
||||||
clear
|
clear
|
||||||
|
|
||||||
read -p "Please Press 1 to Install or 2 to Uninstall --> : " INPUT
|
read -p "Please Press 1 to Install or 2 to Uninstall --> : " INPUT
|
||||||
if [ "$INPUT" == 1 ]; then
|
if [ "$INPUT" == 1 ]; then
|
||||||
sudo cp shellMen /bin/
|
sudo cp shellMen /bin/
|
||||||
|
|
Loading…
Reference in New Issue