view bin/mk @ 11921:76b3307f169c draft

<wob_jonas> fetch wisdom/can\'t https://hack.esolangs.org/get/wisdom/can%27t
author HackEso <hackeso@esolangs.org>
date Thu, 29 Aug 2019 16:02:31 +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"