#!/bin/sh

if [ -e ./stax ]; then
	./stax -windowed
else
	echo First you need to build the game
	echo Type make linux
fi

