[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: /usr/bin/env and the Lua bytecode format
- From: "John Belmonte" <jvb@...>
- Date: Thu, 2 Aug 2001 23:58:46 +0900
Julian Squires wrote:
> Isn't binfmt a Linux-only thing? I might be wrong here, but
> I feel the #! system is really the more portable way of
> doing it (although the binfmt approach would be good for
> interim measures on a Linux system where someone didn't
> want to modify the lua interpreter).
Don't all OS's have to deal with the issue of identifying binary files so
the correct viewer or interpreter can be called?