all repos — dotfiles @ 73df1800321b760bc4114e2ab967a34a269f8d41

my *nix dotfiles

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