> so there is probably a need for a small, generic (probably OK with most system
> admins) launcher one can use by:
>
> #!/usr/local/bin/launch
> #/THIS/IS/THE/REAL/PATH/TO/INTERPRETER -f
> ...
>
> note that STk would need to skip more than one '# line' at the beginning of
> the script.
>
> I'm sure it can be found on the net. Any pointer ??
>
> Francis Puech
> puech_at_limeil.cea.fr
Ah yes. It would be called perl.
#!/opt/bin/perl
#
exec '/opt/lib/stk/2.1.5/SunOS-4.1-sun4m/stk-bin', '-name MyProg', _at_ARGV;
Enjoy.
--
John Redford (AKA GArrow) | 3,600 hours of tape.
jredford_at_lehman.com | 5 cans of Scotchguard.
Received on Thu Feb 16 1995 - 15:42:13 CET