annotate bin/slashlearn @ 6858:ff90693af5e8

<Elronnd> touch hw/python
author HackBot
date Mon, 15 Feb 2016 01:54:13 +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»"