Staging
v0.5.1
https://github.com/python/cpython
Revision 3a1fbb4c7006b2e77687564e20cbf0b48e239e8c authored by Guido van Rossum on 20 August 1996, 20:56:19 UTC, committed by Guido van Rossum on 20 August 1996, 20:56:19 UTC
1 parent e8c0a15
Raw File
Tip revision: 3a1fbb4c7006b2e77687564e20cbf0b48e239e8c authored by Guido van Rossum on 20 August 1996, 20:56:19 UTC
Added Vlad.
Tip revision: 3a1fbb4
fix_hack
#!/bin/sh
sed -e 's/{\\ptt[ 	]*\\char[ 	]*'"'"'137}/_/g' <"$1" > "@$1" && mv "@$1" $1
back to top