all repos — dotfiles @ 495f841eb3c8278bcf6b1e3e2101c0d6440f24d6

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