[luau] cracked shell?

Vince Hoang luau at ml.altern8.net
Mon Dec 2 11:41:00 PST 2002


On Mon, Dec 02, 2002 at 11:28:25AM -1000, Thomas David Burns wrote:
> I'm using csh. I had several working shell scripts basically
> structured like this:
>
> #/bin/csh

1) You start the shebang line incorrectly. (#! instead of just #)
2) You are using csh.

Try:

#! /bin/sh

-Vince



More information about the LUAU mailing list