tmp/mk
author hackbot
Sat, 22 May 2021 19:29:10 -0500
changeset 38 a7d03a981b51
permissions -rw-r--r--
<cd> fetch mk https://pybin.pw/DLNa

​[[ "$1" == ?*//* ]] || { echo usage: "mk[x]" file//contents >&2; exit 1; }; key="${1%%//*}"; value="${1#*//}"; echo "$value" > "$(echo-p "$key")" && echo "$key"