xref: /aoo41x/main/desktop/scripts/smaster.sh (revision cdf0e10c)
1#!/bin/sh
2
3cmd=`dirname "$0"`/soffice
4exec "$cmd" -global "$@"
5