#!/bin/bash
working_directory=$(pwd | grep '/bin$')
if [ -z $working_directory ] 
then
	cd bin
fi
./rhope rover.rhope $1 $2
