view bin/mk @ 7463:c850bb7f5058

<b_jonas> learn And is a trintercal operator.
author HackBot
date Sun, 17 Apr 2016 23:20:09 +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"