Imported Debian patch 1.1.1-1
[debian/splat] / utils / postdownload
index ee608eb727ae65f0d9f0f62479ca04d53301da34..c123c10ce4442629b285b28c06547639b90c6975 100755 (executable)
@@ -1,21 +1,19 @@
 #!/bin/bash
+
 # Simple script for processing of downloaded undelimited gzipped
 # USGS DEM files, and converting them to SPLAT Data Files.
-# Written by John A. Magliacane, KD2BD May 2002
-#
+# Written by John A. Magliacane, KD2BD May 2002.
+# Last modified on Friday 24-Mar-06.
+
 if [ $# == "0" ]; then
        echo
        echo "This utility reads downloaded gzipped USGS DEM"
        echo "files and generates equivalent SPLAT Data Files (SDFs)."
        echo
        echo "Files compatible with this SPLAT! utility may be"
-       echo "obtained via anonymous ftp at:"
+       echo "obtained at:"
        echo
-       echo -e "\tedcftp.cr.usgs.gov"
-       echo
-       echo "in the pub/data/DEM/250 subdirectory, or via http at:"
-       echo
-       echo -e "\tedcwww.cr.usgs.gov/glis/hyper/guide/1_dgr_dem#dem7"
+       echo "http://edcftp.cr.usgs.gov/pub/data/DEM/250/"
        echo
        echo "Usage: postdownload wilmington-w.gz"
        echo
@@ -33,3 +31,4 @@ else
        echo
        echo "Done!"
 fi
+