Hi, On Mon, Apr 19, 1999 at 08:12:43PM +0200, Jesse Jacobsen wrote: > [...] > endings. In fact, the .txt extension should be no barrier to running a > script, as long as the ``shebang'' (#!...) line at the beginning is > correct. [...]
That's it. #!/bin/sh would be ok, but the kernel (?) will not find #!/bin/sh<CR>, and that's what the "file not found" referred to. This is one of my favourites. Antal