#!/bin/sh
# ForceCommand for the shared `urthfall` SSH account: the curses thin client,
# pointed at the local game server (same server the browser uses, so SSH
# players share saves, scores, and multiplayer parties with web players).
export URTHFALL_SERVER_HOST=127.0.0.1
export URTHFALL_SERVER_PORT=8080
[ -n "$TERM" ] || export TERM=xterm
exec /opt/urthfall/bin/urthfall
