]> git.gag.com Git - debian/splat/blobdiff - utils/postdownload
update changelog
[debian/splat] / utils / postdownload
index ee608eb727ae65f0d9f0f62479ca04d53301da34..c8d326044772433619a98b186755b6b5ce9283ce 100755 (executable)
@@ -1,21 +1,19 @@
 #!/bin/bash
 #!/bin/bash
+
 # Simple script for processing of downloaded undelimited gzipped
 # USGS DEM files, and converting them to SPLAT Data Files.
 # 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
-#
-if [ $# == "0" ]; then
+# Written by John A. Magliacane, KD2BD May 2002.
+# Last modified on Sunday 01-Mar-09.
+
+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
        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
-       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
        echo
        echo "Usage: postdownload wilmington-w.gz"
        echo
@@ -33,3 +31,4 @@ else
        echo
        echo "Done!"
 fi
        echo
        echo "Done!"
 fi
+