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
/
simpress.sh
blob: a1808c3cb1f7c623f7448ebf2dafd70816b28177 (
plain
)
1
2
3
4
#!/bin/sh
cmd
=
$(
dirname
"
$0
"
)
/soffice
exec
"
$cmd
"
--impress
"
$@
"