chiark / gitweb /
New tool to get/update/switch (as appropriate) subdirectories in a tree
[bin.git] / ftp-removals
1 #! /bin/sh
2 set -e
3
4 if [ -z "$1" -o "$1" = main ]; then
5     ${BROWSER:-w3m} http://ftp-master.debian.org/removals.txt
6 else
7     ${BROWSER:-w3m} http://non-us.debian.org/~troup/removals.txt
8 fi