From 2f5090406deeb214d2bd58a177e144cc5cec3a2b Mon Sep 17 00:00:00 2001 From: Nathan Waddell - Contractor Date: Thu, 19 May 2016 21:35:20 -0500 Subject: [PATCH] added installing message, removed long ops comment --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 65993c91..ff354b19 100755 --- a/install.sh +++ b/install.sh @@ -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