annotate bin/mk @ 6207:131245a6aa23

<Jafet> le/rn yoda/Yoda\'s oration, disordered always.
author HackBot
date Fri, 13 Nov 2015 12:30:54 +0000
parents b8326f7b870f
children 5e5627f9e3cb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5868
b8326f7b870f <shachaf> ` sed -i \'s/\\*/?*/\' bin/mk
HackBot
parents: 5643
diff changeset
1 [[ "$1" == ?*//* ]] || exit 1; key="${1%%//*}"; value="${1#*//}"; echo "$value" > "$key" && echo "$key"