summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"