all repos — dotfiles @ 091a5729b2092baf713af2e916ea9408e0dc4044

my *nix dotfiles

bin/log (view raw)

1#!/bin/sh
2# life log
3
4date="$(date "+%Y-%m-%d %H:%M:%S")"
5l="$(cat)"
6[ "$l" = "" ] && exit
7printf '%s\t%s\n' "$date" "$l" >> ~/log