view bin/mk @ 9032:70f188fce734

<oerjan> learn HILTER is what happens when someone combines argumentum ad hitlerum, shouting, and muphry\'s law in one glorious clusterfuck.
author HackBot
date Tue, 13 Sep 2016 02:15:31 +0000
parents ff34e0948c3e
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"