lua-users home
lua-l archive

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


On Tue, Oct 6, 2015 at 10:14 AM, Soni L. <fakedme@gmail.com> wrote:
> As of Lua 5.3 you can add a #! line to a precompiled bytecode file and it'll
> parse and run.
>
> Seeing as how insane that is

There's nothing insane about it. Unix does not care what's in an
interpreted executable. It's up to the interpreter specified in the
shebang line to decipher it.

-- 
Patrick Donnelly