all repos — dotfiles @ a2d99f6e4e0f6250fabbbfbc48d208ec81f75424

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