Subject: Stupid question of the day.
To: None <netbsd-help@netbsd.org>
From: Peter Seebach <seebs@plethora.net>
List: netbsd-help
Date: 09/20/2001 19:01:26
I have a program called "mymenu" which is a wrapper around 9menu to make it
more tractable.

If I run "mymenu t", it runs "mymenu" and gives it the argument "t".

If I run "./t", it runs t through /bin/sh.

The first line is:
#!/home/seebs/bin/mymenu

What am I likely to be missing?

-s