- 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:
svenhoefer
2021-10-23 11:17:25 +02:00
committed by Thilo Graf
parent bc45017a70
commit 6fbe02f673
4 changed files with 155 additions and 0 deletions

View File

@@ -17,6 +17,11 @@ SUBDIRS = \
y-web \
zapit
if ENABLE_LUA
SUBDIRS += \
luaplugins
endif
if ENABLE_GRAPHLCD
SUBDIRS += \
oled