#!/bin/bash curl -Ss 'http://www.opencsg.org/' \ | sed ' s@^.*.*$@\1@ t d ' \ | sort -V \ | tail -n1