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