Snippets

Jody Tate stopwatch-esque timer

Created by Jody Tate last modified
1
2
3
date1=`date +%s`; while true; do 
   echo -ne "$(date -u --date @$((`date +%s` - $date1)) +%H:%M:%S)\r";
done

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.