#!/bin/sh

BASEDIR=$(dirname $0)
cd $BASEDIR/../vendor

wget http://selenium.googlecode.com/files/selenium-server-standalone-2.21.0.jar -O selenium.jar
