@ -0,0 +1,3 @@
#!/bin/sh
cat "${0%/*}/$1.in" | tr '\n' '|' | sed -e 's/|*$//' -e 's/|/\\n/g' -e 's/&/\\&/g' -e 's/$/\\n\n/'