all repos — dotfiles @ dff753854c3e6d1bab3fd8b3e345bd812b091df4

my *nix dotfiles

home/bin/log (view raw)

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

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