datelog removed
This commit is contained in:
parent
62acbb078c
commit
eedf13dbb8
1 changed files with 0 additions and 6 deletions
|
@ -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"
|
Loading…
Reference in a new issue