#!/bin/sh
if test -e alphabeta.cc; then
	exit 0
fi
echo cannot run from this directory
exit 1
