index
:
libreoffice
debian
progress-linux
upstream
debian 12: libreoffice
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
desktop
/
scripts
/
smath.sh
blob: 9c05223b454f8278d9a44c5eae7178de02eca70f (
plain
)
1
2
3
4
#!/bin/sh
cmd
=
$(
dirname
"
$0
"
)
/soffice
exec
"
$cmd
"
--math
"
$@
"