wok view qcad/stuff/qcad @ rev 22649

updated djview (4.10.3 -> 4.10.6)
author Hans-G?nter Theisgen
date Tue Jan 14 13:39:45 2020 +0100 (2020-01-14)
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 "$@"