#! /bin/sh
# player.sh - Distributed Set Game Player Interface
# Usage: player.sh SERVER_HOSTNAME SERVER_PORT
# Note : The dsgame server program must be running first

./src/player $1 $2

