Sign up for a GitHub account Sign in All Gists colby / 10-work_related.sh Last active January 29, 2015 Code Revisions 3 /.sunken-menu-group /.sunken-menu-contents Embed HTTPS SSH You can clone with HTTPS or SSH . Download Gist /.only-with-full-nav Lunch time script and time tracker function View 10-work_related.sh 10-work_related.sh Raw File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 # vim: set syntax=sh: function now { local file= " $HOME /.now " local today= " $( date " +%Y-%m-%d " ) " local stamp= " $( date " +%Y-%m-%d %H:%M:%S " ) " if [[ -z " ${ @ } " ]] ; then grep --color=never " $today " " $file " | cut -d ' ' -f2- echo " *** " date " +%H:%M:%S " el...