wok-6.x view qcad/stuff/qcad @ rev 19928

Up slitaz-tools (1020)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 21 16:51:10 2017 +0200 (2017-04-21)
parents
children
line source
1 #!/bin/sh
2 #
3 # QCAD startup script for SliTaz
4 #
6 data="/usr/lib/qcad"
7 binary="$data/qcad-bin"
9 LD_LIBRARY_PATH="$data" "$binary" -style plastique "$@"