[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua CLI: how to pass arguments to -e
- From: steve donovan <steve.j.donovan@...>
- Date: Sun, 12 Dec 2010 15:11:53 +0200
On Sun, Dec 12, 2010 at 12:28 PM, Alexander Gladysh <agladysh@gmail.com> wrote:
> $ lua -e 'print(...)' 1 2 3
The basic problem is that the program arguments are not available using -e
It would be relatively easy to write your own Lua launcher which would
have exactly the properties you desire ...
steve d.