Home Linux Bash
Loop through 1 to 60

for i in {01..60} ; do clear; echo -n $i;sleep 1; done