view bin/mk @ 11216:b1dbfb6bf061

<b_jonas> `` cd share/mtg && <MagicCompRules-20170925.txt tr -d \\\\r | iconv -f cp1252 -t utf8 > rules.txt
author HackBot
date Wed, 04 Oct 2017 11:40:50 +0000
parents c989a1669243
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"