view bin/mk @ 7221:1b2e832f9cde

<b_jonas> `` rm bardsworthlist
author HackBot
date Mon, 14 Mar 2016 18:08:46 +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"