[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Init system in Lua
- From: steve donovan <steve.j.donovan@...>
- Date: Thu, 17 Nov 2011 11:52:37 +0200
On Thu, Nov 17, 2011 at 11:20 AM, Natanael Copa <natanael.copa@gmail.com> wrote:
> Since this means we will replace lots of shell scripts with lua, are
> there any lua modules for typical shell things? like mv, cp, ps, kill
> etc.
Sounds like a fantastic idea and well-worth supporting!
It's possible to get more natural notation with shell commands:
http://lua-users.org/lists/lua-l/2009-06/msg00319.html
I _distinctly_ remember that Hisham and a few others were getting
excited about a 'lua shell' library which would support pipelines and
the like, but I can't find the reference.
Otherwise, I imagine that luaposix will get you most of the way.
steve d.