log

age author description
Tue, 31 May 2016 03:53:33 +0000 HackBot <shachaf> ` sed -i \'s/..$/; }/\' bin/sedk
Tue, 31 May 2016 03:51:12 +0000 HackBot <shachaf> mkx bin/sedk//[[ "$1" == ?*//* ]] || { echo usage: sedk file//operation; exit 1; }; key="${1%%//*}"; value="${1#*//}"; [[ -f "$key" ]] || exit 1; sed -i "$value" "$key" && { echo -n "$key//"; cat "$key" }
Tue, 31 May 2016 03:46:58 +0000 HackBot <oerjan> ` sed -i \'s/$/./\' wisdom/functor