From: utzoo!decvax!cca!cak@Purdue@sri-unix Newsgroups: net.unix-wizards Title: Re: blood curdling exec Article-I.D.: sri-unix.4119 Posted: Tue Nov 16 03:23:49 1982 Received: Thu Nov 18 10:27:51 1982 From: Christopher A Kent Date: 11 Nov 1982 08:40:35-EST #! /bin/cc at the beginning of a shell script works just fine, EXCEPT FOR ONE THING. The whole file gets passed as input to the command, rather than the whole file minus the first line; we found this out when we tried #! /bin/cat text of message and couldn't get rid of the first line. Of course, fixing this would make the kernel understand what a "line" means, which would be even more bletcherous.... Cheers, chris