mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
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 ---
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4fffc835c1
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-23 (Sat, 23 Oct 2021)
Origin message was:
------------------
- 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 ---
------------------
This commit was generated by Migit
29 lines
280 B
Makefile
29 lines
280 B
Makefile
SUBDIRS = \
|
|
config \
|
|
control \
|
|
fonts \
|
|
icons \
|
|
inetradio \
|
|
initial \
|
|
iso-codes \
|
|
license \
|
|
locale \
|
|
pictures \
|
|
policy \
|
|
scripts \
|
|
themes \
|
|
webradio \
|
|
webtv \
|
|
y-web \
|
|
zapit
|
|
|
|
if ENABLE_LUA
|
|
SUBDIRS += \
|
|
luaplugins
|
|
endif
|
|
|
|
if ENABLE_GRAPHLCD
|
|
SUBDIRS += \
|
|
oled
|
|
endif
|