office-gobmx/desktop/scripts/sdraw.sh

5 lines
61 B
Bash
Raw Normal View History

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