summarylogtreecommitdiffstats
path: root/textmaker16
blob: 16cf02c96d3239bc71a19eaf8070996d50e04092 (plain)
1
2
3
4
#!/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" "$@"