diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-11-04 17:45:26 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-11-04 17:45:26 -0500 |
| commit | eedf13dbb8be429ae1754406ada196c9773053ef (patch) | |
| tree | cad5cd906f68c2bb9d787110dfb379e2f33331d4 | |
| parent | 62acbb078c77aa0c9abae91738542997aa7629d7 (diff) | |
| download | eibhear-eedf13dbb8be429ae1754406ada196c9773053ef.tar.gz eibhear-eedf13dbb8be429ae1754406ada196c9773053ef.tar.zst eibhear-eedf13dbb8be429ae1754406ada196c9773053ef.zip | |
datelog removed
| -rwxr-xr-x | .scripts/datelog | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.scripts/datelog b/.scripts/datelog deleted file mode 100755 index af63604..0000000 --- a/.scripts/datelog +++ /dev/null @@ -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" |
