summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xhello-alinne.sh3
1 files changed, 2 insertions, 1 deletions
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