MIN=1 && for i in $(seq $(($MIN*60)) -1 1); do echo -n "$i, "; sleep 1; done; echo -e "\n\nBOOOM! Time to start." Simple countdown clock that should be quite portable across any Bourne-compatible shell. I used to teach for a living, and I would run this code when...