#!/bin/sh

echo replacing $1 with $2
perl -p -i -e "s/$1/$2/g" *.h
perl -p -i -e "s/$1/$2/g" *.cpp
