#!/bin/sh

if [ -f /etc/openoffice/settings.conf ]; then
  . /etc/openoffice/settings.conf
else
  OOPATH="/opt/OpenOffice.org1.12" 
fi

cd $OOPATH/program
./spadmin
