wok view qcad/stuff/qcad @ rev 21820

syslinux/kbd: check kbd malloc pointer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 25 11:41:26 2019 +0200 (2019-08-25)
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 "$@"