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

4 lines
65 B
Bash

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