On Fri, Oct 21, 2016 at 8:01 PM, Steve Litt <[email protected]> wrote: > You could always have your Lua code create the stub as a temp file, and > remove it when done. I know that's an ugly kludge, but it *is* one way > to do it.
That is what I was doing earlier. I was auto-generating the stub code using a bash script. But David’s clever hack eliminates the need for that, at least for my use case. Deepak
