view bin/mk @ 7505:76d7f3b0e837

<oerjan> rm testpylib
author HackBot
date Tue, 19 Apr 2016 23:07:24 +0000
parents 5faf5c9fd792
children
line wrap: on
line source

[[ "$1" == ?*//* ]] || { echo usage: "mk[x]" file//contents >&2; exit 1; }; key="${1%%//*}"; value="${1#*//}"; echo "$value" > "$(echo-p "$key")" && echo "$key"