blob: cc3284fc272763fe4942fdb732fa01334f2a9300 (
plain) (
blame)
1
2
3
4
|
#! /bin/sh
# Note: You need the Pro/Tools to run this script!
%%PREFIX%%/bin/qcad-bin -no-dock-icon -no-gui -allow-multiple-instances -autostart %%DATADIR%%/scripts/Pro/Tools/Dwg2Pdf/Dwg2Pdf.js "$0" "$@"
|