view bin/mk @ 8062:a00724d0cc96

<xfix> ps aux > ps
author HackBot
date Sun, 15 May 2016 10:18:47 +0000
parents ff34e0948c3e
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"