mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
- introduce Neutrino Lua API bridge ...
to allow shellscripts access the neutrino lua api Usage: --- cut --- !/bin/sh PATH=$PATH:/usr/share/tuxbox/neutrino/luaplugins CONFIGDIR=$(nlab.lua get dir.configdir) echo "CONFIGDIR: $CONFIGDIR" --- cut --- Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
4
data/luaplugins/Makefile.am
Normal file
4
data/luaplugins/Makefile.am
Normal file
@@ -0,0 +1,4 @@
|
||||
installdir = $(LUAPLUGINDIR)
|
||||
|
||||
install_SCRIPTS = \
|
||||
nlab.lua
|
Reference in New Issue
Block a user