diff --git a/07-beer.sh b/07-beer.sh index c03aded..ed144b6 100644 --- a/07-beer.sh +++ b/07-beer.sh @@ -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" + diff --git a/2graph.png b/2graph.png new file mode 100644 index 0000000..3a7e0b5 Binary files /dev/null and b/2graph.png differ