Test cleanup and reconvilation with advent430.
[open-adventure.git] / tests / oldfilter
1 #!/bin/sh
2 #
3 # Filter the output from advent430 to make it compatible with
4 # newer ones
5 sed \
6     -e '/ *$/s///' \
7     -e '/bridge now spans the fissure/s//bridge spans the fissure/' \
8     -e '/imbedded/s//embedded/' \
9     -e '/persian/s//Persian/' \
10     -e '/swiss/s//Swiss/' \
11     -e '/eying/s//eyeing/' \
12     -e '/threshhold/s//threshold/' \
13     -e '/NAGGING/s//nagging/' \
14     -e '/DOING/s//doing/' \
15     -e '/SOMETHING/s//something/' \
16     -e '/EW/s//ew/' \
17
18
19 #end
20