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

4 lines
64 B
Bash

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