diff options
Diffstat (limited to 'desktop/scripts/sdraw.sh')
-rwxr-xr-x | desktop/scripts/sdraw.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/scripts/sdraw.sh b/desktop/scripts/sdraw.sh new file mode 100755 index 0000000000..9f7c1e4eda --- /dev/null +++ b/desktop/scripts/sdraw.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +cmd=$(dirname "$0")/soffice +exec "$cmd" --draw "$@" |