Files
libreoffice/desktop/scripts/sweb.sh
2003-03-25 12:52:54 +00:00

5 lines
60 B
Bash

#!/bin/sh
cmd=`dirname "$0"`/soffice
exec "$cmd" -web "$@"