curl -e "http://www.example.com/bot" http://nx.beandog.org/
** Display HTTP headers only **
curl -I http://nx.beandog.org
** Don't display download stats **
curl -s http://nx.beandog.org
** Silently fail if HTTP error is returned **
curl -f http://nx.beandog.org