view bin/mk @ 7598:c4e28cb2e8e0

<oerjan> ` gcc -x c -o bin/Something wGAUV3ER
author HackBot
date Thu, 28 Apr 2016 22:52:30 +0000
parents 5faf5c9fd792
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"