office-gobmx/desktop/scripts/scalc.sh
2011-01-04 10:59:56 -05:00

4 lines
62 B
Bash

#!/bin/sh
cmd=`dirname "$0"`/soffice
exec "$cmd" --calc "$@"