case $1 in 
	-h|help|hint)	exec hp.x -h;exit 0;;
esac
exec hp.x "$@"
