[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How do I change Environment variables
- From: Rob Kendrick <lua-l@...>
- Date: Sun, 28 Jan 2007 00:37:58 +0000
On Sun, 2007-01-28 at 00:44 +0100, Valentin Ziegler wrote:
> Hi Ryan,
>
> the t2-project (www.t2-project.org) has a bash to lua wrapper:
>
> http://svn.exactcode.de/t2/trunk/misc/luabash/
>
> that enables you to interface shellscript with lua, i.e call lua
> functions from bash and vice versa and read / set bash variables from
> within a lua code chunk. Luabash hasn't got many features yet, because it
> is just a proof of concept implementation. But works fine otherwise...
> See the test script in the example subdir.
I suspect, having looked at Ryan's website, that he's targeting Windows,
although I may be wrong.
bash, and the infrastructure to support it, may be slightly too
heavyweight as a dependency for his taste.
B.