Staging
v0.5.1
Revision b2b1ed17819ecb24a78d07d3ff1e8e6bc6137721 authored by cvs2svn on 26 August 1996, 18:33:32 UTC, committed by cvs2svn on 26 August 1996, 18:33:32 UTC
1 parent a8763e5
Raw File
fix_hack
#!/bin/sh
sed -e 's/{\\ptt[ 	]*\\char[ 	]*'"'"'137}/_/g' <"$1" > "@$1" && mv "@$1" $1
back to top