summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-09-24 14:03:03 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-09-24 14:03:03 +0200
commitdb0aee6b556135d74c8e61388d37765791d305f9 (patch)
tree706e72fefb86f0a7f6a03d6df6c7ff83b5cf8539
parent1992e208422c3ed64e3b843fd8e2f7e79dced64e (diff)
downloadtest3-master.tar.bz2
test3-master.tar.xz
also say nice to meet youHEADmaster
we want to say the name and "nice to meet you" This is mostly for demonstration of git.
-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