| 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... ]