datelog removed

This commit is contained in:
Luke Smith 2018-11-04 17:45:26 -05:00
parent e65f7f7dfd
commit d4dd0da854
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -1,6 +0,0 @@
#!/bin/sh
# I have a cronjob run this every minute to log time spend on the computer in
# `~/.time` for each day. Gives estimate of daily NEEThood.
date=`date '+%y-%m-%d'`
echo $((`cat ~/.time/"$date"`+1)) > ~/.time/"$date"