Help for this page

Select Code to Download


  1. or download this
    while (1) {
      if (not grep { /soffice\.bin -quickstart/ } `ps ax`) {
    ...
        system('/usr/lib/openoffice/program/soffice.bin -quickstart -plugi
    +n');
      }
    }