Changeset 23685


Ignore:
Timestamp:
02/02/19 00:48:47 (6 years ago)
Author:
jdquinn
Message:

CHG: Minor uncommitted changes to external package download shell script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/scripts/DownloadExternalPackage.sh

    r23435 r23685  
    11#!/bin/bash
    22#
    3 # DownloadExternalPackage.bash
     3# DownloadExternalPackage.sh
    44# Generally, used to download a hosted file from a URL
    55# URL - Location of file to download
    66# file - File to write to (including path)
    7 # usage: download_external_package.bash URL file
     7# usage: download_external_package.sh URL file
    88
    99## Constants
     
    1919URL=""
    2020
    21 ## Check that number of args is 2 (note that this also handles case where user
    22 #       explicitly requests help)
     21## Check that number of args is 2 (note that this also handles case where user explicitly requests help)
    2322#
    2423if [ $# != 2 ]
Note: See TracChangeset for help on using the changeset viewer.