lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> #!./usr/bin/env lua

And if you want to launch your script like a Unix executable, you will
probably want to remove the leading dot in the path to env...