]> mj.ucw.cz Git - eval.git/blob - bin/clean
Basically works.
[eval.git] / bin / clean
1 # The Evaluator -- Directory Cleanup
2 # (c) 2001 Martin Mares <mj@ucw.cz>
3
4 if [ -z "$MO_ROOT" ] ; then
5         set -e -a
6         cd
7         [ -f config ] || ( echo "Missing config file. Please fix the installation." ; exit 1 )
8         . config
9         fi
10 if [ -z "$CT" ] ; then
11         [ -n "$1" ] || ( echo "Usage: clean <contestant> <task>"