From db0aee6b556135d74c8e61388d37765791d305f9 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 24 Sep 2015 14:03:03 +0200 Subject: also say nice to meet you we want to say the name and "nice to meet you" This is mostly for demonstration of git. --- hello-alinne.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hello-alinne.sh') diff --git a/hello-alinne.sh b/hello-alinne.sh index 4bd1e70..e37de58 100755 --- a/hello-alinne.sh +++ b/hello-alinne.sh @@ -6,7 +6,8 @@ echo "hello what is your name?" read name if [ "$name" = "alinne" ]; then - echo "Beautiful name!" + echo "$name is a beautiful name!" + echo "nice to meet you" else echo "hello $name" fi -- cgit v1.2.3