mirror of
https://github.com/python/cpython.git
synced 2025-07-21 02:05:20 +00:00
2 lines
86 B
Bash
Executable file
2 lines
86 B
Bash
Executable file
#!/bin/sh
|
|
sed -e 's/{\\ptt[ ]*\\char[ ]*'"'"'137}/_/g' <"$1" > "@$1" && mv "@$1" $1
|