home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / Python 1.1 / Doc / fix_hack < prev    next >
Encoding:
Text File  |  1994-08-01  |  86 b   |  3 lines  |  [TEXT/R*ch]

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