#!/bin/sh if [ -z "$1" ]; then exec ooffice private:factory/s@APP@ else exec ooffice "$@" fi EOF