pyluxcoretools.sh 295 B

123456789101112
  1. #!/bin/sh
  2. if [ "$1" = "--help" -o "$1" = "-h" ]; then
  3. PYTHONPATH=$PYTHONPATH:/opt/luxcorerender-2.6 python3 \
  4. /opt/luxcorerender-2.6/pyluxcoretools.zip \
  5. help
  6. exit
  7. fi
  8. PYTHONPATH=$PYTHONPATH:/opt/luxcorerender-2.6 python3 \
  9. /opt/luxcorerender-2.6/pyluxcoretools.zip "$@"