annotate bin/mk @ 7292:5c7370a1dffe

<oerjan> learn CIA sees it all.
author HackBot
date Mon, 28 Mar 2016 23:13:39 +0000
parents 5faf5c9fd792
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6667
5faf5c9fd792 <oerjan> ` sed -i \'s/> "...."/> "$(echo-p "$key")"/\' bin/mk
HackBot
parents: 6657
diff changeset
1 [[ "$1" == ?*//* ]] || { echo usage: "mk[x]" file//contents >&2; exit 1; }; key="${1%%//*}"; value="${1#*//}"; echo "$value" > "$(echo-p "$key")" && echo "$key"