#!/bin/bash

if [[ -e tester.exe ]];then
	./tester.exe
else
	./tester
fi
