home *** CD-ROM | disk | FTP | other *** search
- #!/bin/csh -f
- # Just pass on the arguments exactly to the real Inform program.
- # A symbolic link won't work because the Application object does not find the
- # main bundle correctly.
-
- exec /usr/lib/NextPrinter/Inform.app/Inform $*:q
-
-