#! /bin/csh -f # # c-shell script to download selected files from rda.ucar.edu using Wget # NOTE: if you want to run under a different shell, make sure you change # the 'set' commands according to your shell's syntax # after you save the file, don't forget to make it executable # i.e. - "chmod 755 " # # Experienced Wget Users: add additional command-line flags here # Use the -r (--recursive) option with care set opts = "-N" # set cert_opt = "" # If you get a certificate verification error (version 1.10 or higher), # uncomment the following line: #set cert_opt = "--no-check-certificate" # # download the file(s)