#!/bin/bash
#
export LD_LIBRARY_PATH=/opt/qcad/lib
export PYTHONPATH=/opt/python/bin
cd /opt/qcad
exec qcad
