summaryrefslogtreecommitdiffstats
path: root/graphics/luxcorerender/pyluxcoretools.sh
blob: f1fb47802d1c7f3839a3256dd5067dba5a9c6f4d (plain)
#!/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 "$@"