all repos — dotfiles @ 827ca13004fcdccf41da2898a96ae43691aeb5de

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