view bin/mk @ 5752:0fee1b33baec

<oerjan> learn A herbalist is a list of herbas.
author HackBot
date Thu, 25 Jun 2015 21:54:36 +0000
parents 56dcce63901b
children b8326f7b870f
line wrap: on
line source

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