#   download.sh
#   shell script to automate downloading of the FCC ULS files
#   n6lhv@arrl.net
#   created#  28-July-2004
#   updated#  5-August-2004

#   functional dependencies
#     -wget is somewhere in the path


# Get a file
rm l_LMpriv.zip
wget -owget.log http://wireless.fcc.gov/uls/data/complete/l_LMpriv.zip



