annotate bin/slashlearn @ 7005:3c723dce4e7b

<int-e> learn 4chan is twice as loud as stereo.
author HackBot
date Thu, 25 Feb 2016 04:34:31 +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»"