#!/bin/sh

if [ -f /etc/tux/config/server ]
then
	SERVER=`cat /etc/tux/config/server`
else
	SERVER="http://trinux.sf.net/pkg"
fi

snarf $SERVER - | cut -d'"' -f6 | grep "tgz" | sort | more


