#!/bin/sh # A script to run TextMaker. export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/opt/smoffice2016/dpf [ -z "$SMOFFICE_GUI" ] && /opt/smoffice2016/textmaker "$@" || /opt/smoffice2016/textmaker "$SMOFFICE_GUI" "$@"