diff --git a/03-happy.sh b/03-happy.sh index 485527d..62db30c 100644 --- a/03-happy.sh +++ b/03-happy.sh @@ -4,9 +4,9 @@ echo "You are happy?" read answer if [ "$answer" = "yes" ]; then - echo "hmmmm gooood yess you are happy" + echo "I hope you have some love to spare! " else - echo "Still Smile c:" + echo "You are loved !" fi # here are the other string comparison operators diff --git a/Branches.png b/Branches.png new file mode 100644 index 0000000..e29eb8e Binary files /dev/null and b/Branches.png differ diff --git a/merger_mclaurin.png b/merger_mclaurin.png new file mode 100644 index 0000000..c45e244 Binary files /dev/null and b/merger_mclaurin.png differ