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