#!/bin/sh
if ! test -e bin; then cd src;
else  cd bin;
fi;
make uninstall
cd ..

syntax highlighted by Code2HTML, v. 0.9.1