1#!/bin/sh
2#
3# Copyright (c) 2001-2014 Mathew A. Nelson and Robocode contributors
4# All rights reserved. This program and the accompanying materials
5# are made available under the terms of the Eclipse Public License v1.0
6# which accompanies this distribution, and is available at
7# http://robocode.sourceforge.net/license/epl-v10.html
8#
9
10pwd=`pwd`
11cd "${0%/*}"
12java -Xmx1024M -cp libs/robocode.jar:libs/roborumble.jar:libs/codesize-1.1.jar roborumble.RoboRumbleAtHome ./roborumble/meleerumble.txt
13cd "${pwd}"
14