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

/usr/games/circuslinux $OPT

