# HG changeset patch # User hackbot # Date 1621729750 18000 # Node ID a7d03a981b510611818e7049344535c770c1a580 # Parent cba7cedaf6331d16f339f55ae1021b79021da0c7 fetch mk https://pybin.pw/DLNa diff -r cba7cedaf633 -r a7d03a981b51 tmp/mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tmp/mk Sat May 22 19:29:10 2021 -0500 @@ -0,0 +1,1 @@ +​[[ "$1" == ?*//* ]] || { echo usage: "mk[x]" file//contents >&2; exit 1; }; key="${1%%//*}"; value="${1#*//}"; echo "$value" > "$(echo-p "$key")" && echo "$key" \ No newline at end of file