Hacker News new | ask | show | jobs
by mcfstr 4418 days ago
Hacky shell script...

while [ True ]; do sleep 1; clear; echo $(date +%s); done