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