added installing message, removed long ops comment
parent
7978371ebd
commit
2f5090406d
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
# parse long options
|
||||
|
||||
# bash-it installer
|
||||
show_usage() {
|
||||
echo -e "\n$0 : Install bash-it"
|
||||
echo -e "Usage:\n$0 [arguments] \n"
|
||||
|
|
@ -11,6 +10,8 @@ show_usage() {
|
|||
exit 0;
|
||||
}
|
||||
|
||||
echo "Installing bash-it"
|
||||
|
||||
for param in "$@"; do
|
||||
shift
|
||||
case "$param" in
|
||||
|
|
|
|||
Loading…
Reference in New Issue