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