We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecbfea5 commit c7cdb6dCopy full SHA for c7cdb6d
1 file changed
download.sh
@@ -14,6 +14,7 @@ DEST_FILENAME="rta" # the default name of the downloaded file
14
TMP_DIR=./run_that_app_install # the temporary directory to download the archive to
15
16
main() {
17
+ # parse the arguments
18
while [ -n "$1" ]; do
19
case "$1" in
20
--version)
0 commit comments