[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Added pause (-p) option to Lua REPL
- From: Tom N Harris <telliamed@...>
- Date: Fri, 30 May 2014 13:45:07 -0400
On Thursday, May 29, 2014 04:49:56 PM Andrew Starks wrote:
> Nope. You're wrong. This has everything to do with me posting a patch that
> adds a pause to the end of Lua's REPL execution.
>
Why not wrap it in a BAT file that invokes Lua passing all arguments?
@echo off
D:\LuaDist\bin\lua.exe %*
pause
--
tom <telliamed@whoopdedo.org>