view bin/mk @ 5812:8f6b044e5b77

<oerjan> learn_append shachaf He hates bell peppers with a passion.
author HackBot
date Thu, 09 Jul 2015 00:01:10 +0000
parents 56dcce63901b
children b8326f7b870f
line wrap: on
line source

[[ "$1" == *//* ]] || exit 1; key="${1%%//*}"; value="${1#*//}"; echo "$value" > "$key" && echo "$key"