annotate bin/mk @ 8668:b077211ff25e

<shachaf> mkx bin/cwlprits//culprits "wisdom/$1"
author HackBot
date Thu, 30 Jun 2016 23:27:16 +0000
parents ff34e0948c3e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7937
ff34e0948c3e <shachaf> ` mv bin/derp/mk bin/mk; rmdir bin/derp
HackBot
parents: 7936
diff changeset
1 [[ "$1" == ?*//* ]] || { echo usage: "mk[x]" file//contents >&2; exit 1; }; key="${1%%//*}"; value="${1#*//}"; echo "$value" > "$(echo-p "$key")" && echo "$key"