3 lines
152 B
Bash
3 lines
152 B
Bash
|
|
#!/bin/sh
|
||
|
|
/usr/bin/soffice -nofirststartwizard -nologo -headless -accept="socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" &> /dev/null &
|