allow the full url to be specified.

This commit is contained in:
Mark Andrews 2004-03-09 02:44:22 +00:00
parent 000c4ba6e1
commit f89ccd99a4

View file

@ -1,6 +1,11 @@
#!/bin/sh
for i
do
z=`expr "$i" : 'http://www.ietf.org/internet-drafts/\(.*\)'`
if test -n "$z"
then
i="$z"
fi
if test -f "$i"
then
continue