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
11 changes: 11 additions & 0 deletions 07-beer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,14 @@ done

# exercise: implement another counting song (such as 12 days of Christmas)
# using loops and if statements.

echo ""
echo "count down to new year"

for i in 5 4 3 2 1; do
echo "$i..."
sleep 1
done

echo "happy new year"

Binary file added 2graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.