slackbuilds_ponce/graphics/qcad/qcad.sh
Larry Hajali 671735d433 graphics/qcad: Added (Open Source CAD).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-01-04 08:39:41 +07:00

3 lines
135 B
Bash

#!/bin/sh
cd /usr/share/qcad
LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"/usr/share/qcad" exec /usr/share/qcad/qcad-bin "$@"