annotate bin/mislearn @ 8750:8934300cd6d1

<b_jonas> `` perl -i -pe \'s/("\\x241)/-- $1/\' bin/random-card
author HackBot
date Tue, 05 Jul 2016 13:39:32 +0000
parents 061734ba3033
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6774
5b339aa9cd79 <hppavilion[1]> ` cp bin/learn bin/mislearn
HackBot
parents:
diff changeset
1 #!/bin/bash
5b339aa9cd79 <hppavilion[1]> ` cp bin/learn bin/mislearn
HackBot
parents:
diff changeset
2 topic=$(echo "$1" | lowercase | sed 's/^\(an\?\|the\) //;s/s\?[:;,.!?]\? .*//')
6777
d4e5edb3022f <hppavilion[1]> ` sed -i "s/wisdom/tmflry/" bin/mislearn
HackBot
parents: 6774
diff changeset
3 echo "$1" >"tmflry/$topic"
6778
061734ba3033 <hppavilion[1]> ` sed -i "s/Learned/Was lied to about/" bin/mislearn
HackBot
parents: 6777
diff changeset
4 echo "Was lied to about '$topic': $1"
6774
5b339aa9cd79 <hppavilion[1]> ` cp bin/learn bin/mislearn
HackBot
parents:
diff changeset
5