home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / usr / lib / NextPrinter / Inform < prev    next >
Text File  |  1994-02-23  |  233b  |  8 lines

  1. #!/bin/csh -f
  2. # Just pass on the arguments exactly to the real Inform program.
  3. # A symbolic link won't work because the Application object does not find the
  4. # main bundle correctly.
  5.  
  6. exec /usr/lib/NextPrinter/Inform.app/Inform $*:q
  7.  
  8.