Mercurial > repos > mingchen0919 > aurora_curl
diff build-and-run-job-scripts.sh @ 0:7a3bb304fe1d draft
planemo upload
author | mingchen0919 |
---|---|
date | Mon, 14 May 2018 15:56:28 -0400 |
parents | |
children | 350afb9412fc |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build-and-run-job-scripts.sh Mon May 14 15:56:28 2018 -0400 @@ -0,0 +1,11 @@ +# run job scripts within the tool outputs directory +cd ${REPORT_FILES_PATH} + +#========== build and run job 1 script ============ +cat >curl-download.sh <<EOF +curl -O output.$X_n $X_u > curl-log.txt 2>&1 +EOF + +# run job 1 script +sh curl-download.sh +