mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +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 --- Signed-off-by: Thilo Graf <dbt@novatux.de>