xref
: /
AOO41X
/
main
/
desktop
/
scripts
/
smath.sh
(revision 27b2fc91b67b282ef25e5c8fc07f05afd8a62640)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
3
cmd
=`
dirname
"$0"
`/
soffice
4
exec
"
$cmd
"
-
math
"$@"
5