#!/bin/bash
OPT="-f"
if [ -e /tmp/nofull ] ; then
  echo "No fullscreen mode"
  OPT="-w"
fi

exec /usr/games/tuxtype $OPT



