added installing message, removed long ops comment

pull/724/head
Nathan Waddell - Contractor 2016-05-19 21:35:20 -05:00
parent 7978371ebd
commit 2f5090406d
1 changed files with 3 additions and 2 deletions

View File

@ -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