summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-11-04 17:45:26 -0500
committerLuke Smith <luke@lukesmith.xyz>2018-11-04 17:45:26 -0500
commiteedf13dbb8be429ae1754406ada196c9773053ef (patch)
treecad5cd906f68c2bb9d787110dfb379e2f33331d4
parent62acbb078c77aa0c9abae91738542997aa7629d7 (diff)
downloadeibhear-eedf13dbb8be429ae1754406ada196c9773053ef.tar.gz
eibhear-eedf13dbb8be429ae1754406ada196c9773053ef.tar.zst
eibhear-eedf13dbb8be429ae1754406ada196c9773053ef.zip
datelog removed
-rwxr-xr-x.scripts/datelog6
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"