view bin/mk @ 7958:1b123be3bfed

<oerjan> ` le/rn "hfs//"`hfs`
author HackBot
date Sun, 08 May 2016 02:56:11 +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"