#!/bin/bash

## runme <Host> <Port>
##  example ./runme icfp1.cse.ogi.edu  22102

erl -pa $(dirname $0)/source -noshell -s bots_client run $1 $2 
