#!/bin/sh

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

