home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / bin / ps2epsi < prev    next >
AmigaDOS Script File  |  1994-12-22  |  282b  |  13 lines

  1. .key IN/A,OUT/A
  2. .bra [
  3. .ket ]
  4.  
  5. gs -q -dNOPAUSE -dNODISPLAY ps2epsi.ps < [IN]
  6.  
  7. Echo "/InitDictCount countdictstack def gsave save mark newpath" >> [OUT]
  8.  
  9. type [OUT] >> [IN]
  10.  
  11. Echo "countdictstack InitDictCount sub { end } repeat" >> [OUT]
  12. Echo "cleartomark restore grestore" >> [OUT]
  13.