Skip to content

Commit c7cdb6d

Browse files
committed
download.sh
1 parent ecbfea5 commit c7cdb6d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

download.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ DEST_FILENAME="rta" # the default name of the downloaded file
1414
TMP_DIR=./run_that_app_install # the temporary directory to download the archive to
1515

1616
main() {
17+
# parse the arguments
1718
while [ -n "$1" ]; do
1819
case "$1" in
1920
--version)

0 commit comments

Comments
 (0)