#! /bin/bash BASEDIR="/opt/dassault-systemes/draftsight/bin" export LD_LIBRARY_PATH="${BASEDIR}${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}" # work around DT_RPATH (.) security issue by chdir'ing into expected $LD_LIBRARY_PATH cd "${BASEDIR}" exec "${BASEDIR}/draftsight.bin" $*