#!/bin/sh

# prepare - prepare for testing
# type 'source prepare' to run this script

export PATH=$PATH:`pwd`:/home/philh/proj/herbrip/src

echo "new path is "$PATH

#end
