home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pyth_os2.zip / python-1.0.2 / Doc / fix_hack < prev    next >
Text File  |  1994-02-15  |  86b  |  3 lines

  1. #!/bin/sh
  2. sed -e 's/{\\ptt[     ]*\\char[     ]*'"'"'137}/_/g' <"$1" > "@$1" && mv "@$1" $1
  3.