[Rpm-maint] [rpm-software-management/rpm] Add rpmlua wrapper command for running our Lua interpreter standalone (PR #1867)

Miro Hrončok notifications at github.com
Fri Dec 17 15:38:50 UTC 2021


Awesome, thank you!

To [make ILua work](https://eng.hroncok.cz/2020/05/14/ilua-rpm-console) I needed to execute a short snippet **and** execute a script from the given path.  Looking at the code it seems that this is currently not possible to do? I could write a wrapper, but it would be easier if I could run:

```
$ rpmlua -e 'package.path =  os.getenv("LUA_PATH") .. ";" .. package.path' script.lua
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1867#issuecomment-996818999
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/1867/c996818999 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20211217/0ebe79f1/attachment.html>


More information about the Rpm-maint mailing list