#!/bin/sh
curl -f -s http://library.hud.ac.uk/balti/bookcolor.pl?isbn=$1 | 
grep "<color"  |
sed -e 's/^.*#//' -e 's/..color.*$//'
