Staging
v0.8.1
Revision 4917d93ca99c9e5ff9912c33a8cde244f9fc3f03 authored by Guido van Rossum on 13 May 1997, 17:53:34 UTC, committed by Guido van Rossum on 13 May 1997, 17:53:34 UTC
1 parent d6353e2
Raw File
fix_hack
#!/bin/sh
sed -e 's/{\\ptt[ 	]*\\char[ 	]*'"'"'137}/_/g' <"$1" > "@$1" && mv "@$1" $1
back to top