5 lines
63 B
Bash
5 lines
63 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cmd=`dirname "$0"`/soffice
|
||
|
exec "$cmd" -global "$@"
|