#!/bin/sh

if [ -x /usr/games/xboard ]; then
  /usr/games/xboard -fcp /usr/games/phalanx
else
  x-terminal-emulator -e /usr/games/phalanx
fi

