all repos — dotfiles @ ae82bb0782999f582b290e217e9a4e1206320a0c

my *nix dotfiles

home/bin/log (view raw)

 1
 2
 3
 4
 5
 6
 7
#!/bin/sh
# life log

date="$(date "+%Y-%m-%d %H:%M:%S")"
l="$(cat)"
[ "$l" = "" ] && exit
printf '%s\t%s\n' "$date" "$l" >> ~/log