a321792e6309b94037b4eb13e5419a337ac84c74
[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 '/swiss/s//Swiss/' \
13     -e '/thresholds/s//threshholds/' \
14
15
16 #end
17