annotate bin/slashlearn @ 7014:cc9daef13038

<shachaf> le/rn weather/lambdabot: ?? ?? (?where weather) CYUL ENVA ESSB KOAK
author HackBot
date Thu, 25 Feb 2016 22:57:23 +0000
parents 556bd058172e
children 59c9be91adcd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6661
556bd058172e <oerjan> ` sed -i \'s!wisdom/[^"]*"!$(echo-p "wisdom/$key")"!\' bin/slashlearn
HackBot
parents: 6660
diff changeset
1 sep="/"; [[ "$0" == *//* ]] && sep="//"; [[ "$1" == ?*"$sep"* ]] || exit 1; key="$(echo "${1%%$sep*}" | lowercase)"; value="${1#*$sep}"; echo "$value" > "$(echo-p "wisdom/$key")" && echo "Learned «$key»"