Newsgroups: comp.unix.wizards Path: utzoo!censor!comspec!scocan!john From: john@sco.COM (John R. MacMillan) Subject: Re: file attributes Organization: SCO Canada, Inc. Date: Fri, 21 Jun 1991 19:15:21 GMT Message-ID: <1991Jun21.191521.12644@sco.COM> References: <1743@sranha.sra.co.jp> <1991Jun20.021749.12011@gpu.utcs.utoronto.ca> Sender: news@sco.COM (News administration) | Unix already has the facility you mention. Let's say you have a |shell script. You want it to be run by the Bourne shell. So you put as |the first line: |#!/bin/sh | | [...] | | *Please* don't bloat the kernel with features that belong in |user mode. You mean like the #! hack? [ Dives for flame-retardant suit... ]