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 #!/usr/bin/env bash
# parse long options # bash-it installer
show_usage() { show_usage() {
echo -e "\n$0 : Install bash-it" echo -e "\n$0 : Install bash-it"
echo -e "Usage:\n$0 [arguments] \n" echo -e "Usage:\n$0 [arguments] \n"
@ -11,6 +10,8 @@ show_usage() {
exit 0; exit 0;
} }
echo "Installing bash-it"
for param in "$@"; do for param in "$@"; do
shift shift
case "$param" in case "$param" in