bin/mk
author hackbot
Mon, 24 May 2021 00:54:07 +0000
changeset 119 96885cb057bf
parent 41 9adbf03703a4
child 157 260b4289d533
permissions -rwxr-xr-x
<cd> touch ../foooo

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