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
7 changes: 7 additions & 0 deletions 03-happy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@ fi

# exercise: write a script that prints whether today is
# the weekend or not

# Gabens’ edit for Git branching test
echo "Now we are testing Git branching by Gabens!"
for i in 1 2 3
do
echo "This is happiness loop $i"
done
3 changes: 3 additions & 0 deletions GabensVolmar/print_name.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

echo "Welcome, my name is Gabens Volmar"
Binary file added after_merge.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 two_branches.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.