home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / usr / lib / NextPrinter / Inform < prev    next >
Encoding:
Text File  |  1994-02-23  |  233 b   |  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.