Mercurial > repos > mingchen0919 > aurora_curl
view 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 source
# 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