all repos — dotfiles @ 1a7d6e0dd25fc6c02e3d87db5617931592fb5e28

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