all repos — dotfiles @ 6827b3a35248eb01836743006fc9c6b9c543f20f

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