Scripts for automating tasks on the mac command line.

countdown.sh 252B

    tput sc tput rc tput ed echo "waiting 3" sleep 1 tput rc tput ed echo "waiting 2" sleep 1 tput rc tput ed echo "waiting 1" sleep 1 tput rc tput ed echo "waiting 0" sleep 1 tput rc tput ed echo "Done " tput sc printf "\n\n" tput cnorm -- normal