diff options
Diffstat (limited to 'Doc/fix_hack')
-rwxr-xr-x | Doc/fix_hack | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/fix_hack b/Doc/fix_hack new file mode 100755 index 0000000..8c97729 --- /dev/null +++ b/Doc/fix_hack @@ -0,0 +1 @@ +sed -e 's/{\\ptt[ ]*\\char[ ]*'"'"'137}/_/g' <"$1" > "@$1" && mv "@$1" $1 |