[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: format change for precompiled files
- From: Michael Spalinski <spalinsk@...>
- Date: Thu, 21 Aug 97 12:30:06 EDT
>>>>> "David" == David Jeske <jeske@home.chat.net> writes:
David> However, can you take this opportunity to make a small but (IMO)
David> significant improvement? The script format allows you to have
David> #!<lua path> as the first line, so you can just run lua binaries
David> directly. How about putting into the beginning of the binary
David> format "#!lua\n" so that it can be run directly as a program on
David> most UNIX systems (given that lua is in the path, I think that
David> works). I know on some systems one can probably setup a majic
Or use '#!/usr/bin/env lua'.
M.