home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / OPENSTEP / Languages / Python / python-14-src / Doc / fix_hack < prev    next >
Encoding:
Text File  |  1997-01-17  |  86 b   |  3 lines

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