#!/bin/bash lynx --dump http://www.kernel.org/pub/linux/kernel/v2.6/testing/ | grep "linux-" | grep -v sign | tail -1 | cut -f 3 -d " "