#!/bin/sh
source /etc/profile
if [ -f icebox.tbl ]; then
  echo "Start SERVER on $DISPLAY"
  ice server/iceos 8080 icebox
else
  echo "No icebox.tbl config found for SERVER on $DISPLAY"
  echo "Use Right Mouse Button to bring up a terminal"
fi
echo "Done SERVER"
