office-gobmx/desktop/scripts/swriter.sh
2003-03-25 12:52:54 +00:00

4 lines
63 B
Bash

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