Created
November 18, 2020 12:43
-
-
Save atilaromero/5b5c017e00a4272d96d0f75626a0e7e9 to your computer and use it in GitHub Desktop.
Multiple instances of libreoffice
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
N=1; HOME=/tmp/lo$N; mkdir $HOME; libreoffice --safe-mode --quickstart=no --pidfile=$HOME/lo$N.pid | |
N=2; HOME=/tmp/lo$N; mkdir $HOME; libreoffice --safe-mode --quickstart=no --pidfile=$HOME/lo$N.pid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment