This little script might be useful for small tasks.

`Copy & Paste` in the Terminal

 alias timer='for i in `seq 1 65535`; do sleep 1s; clear; echo $i $( echo Seconds ) ; ;done'

Type `timer`