all repos — dotfiles @ 0c24f03e03c6d88ff9d620d308a778bcbde8dc77

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