slackbuilds_ponce/graphics/luxcorerender/pyluxcoretools.sh
klaatu efabb12379
graphics/luxrender: Migrated to luxcorerender 2.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-03-08 07:59:04 +07:00

12 lines
296 B
Bash

#!/bin/sh
if [ "$1" = "--help" -o "$1" = "-h" ]; then
PYTHONPATH=$PYTHONPATH:/opt/luxcorerender-2.6 python3 \
/opt/luxcorerender-2.6/pyluxcoretools.zip \
help
exit
fi
PYTHONPATH=$PYTHONPATH:/opt/luxcorerender-2.6 python3 \
/opt/luxcorerender-2.6/pyluxcoretools.zip "$@"