4 lines
63 B
Bash
Executable file
4 lines
63 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cmd=$(dirname "$0")/soffice
|
|
exec "$cmd" --calc "$@"
|