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