Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 03-happy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added Branches.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added merger_mclaurin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.