#!/bin/sh # # Fetches latest copy of mailing-lists.txt # Michael Beattie . vars cd $ftpdir/doc echo Updating archive version of mailing-lists.txt wget -t1 -T20 -q -N http://www.debian.org/misc/mailing-lists.txt || \ echo "Some error occured..."