Skip to content

Instantly share code, notes, and snippets.

@atilaromero
Created November 18, 2020 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atilaromero/5b5c017e00a4272d96d0f75626a0e7e9 to your computer and use it in GitHub Desktop.
Save atilaromero/5b5c017e00a4272d96d0f75626a0e7e9 to your computer and use it in GitHub Desktop.
Multiple instances of libreoffice
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