]> git.decadent.org.uk Git - dak.git/blob - update-mailingliststxt
Add new top level directories
[dak.git] / update-mailingliststxt
1 #!/bin/sh
2 #
3 # Fetches latest copy of mailing-lists.txt
4 # Michael Beattie <mjb@debian.org>
5
6 . vars
7
8 cd $ftpdir/doc
9
10 echo Updating archive version of mailing-lists.txt
11 wget -t1 -T20 -q -N http://www.debian.org/misc/mailing-lists.txt || \
12   echo "Some error occured..."
13