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