#!/bin/sh # A script to run PlanMaker. [ -z "$SMOFFICE_GUI" ] && /opt/smoffice2016/planmaker "$@" || /opt/smoffice2016/planmaker "$SMOFFICE_GUI" "$@"