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