#!/bin/bash

if [ "$1" ==  "--help" ]; then
	echo "outdated packages"
	exit 1
fi

# FIXME: this test will always fail, though in fact there will be always
# outdated packages, so this does not matter :)

lynx -dump http://frugalware.org/~repo/stats/chkworld.html|sed 's/^.\{3\}//'
