Skip to content

Commit

Permalink
Make curl quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Mar 19, 2023
1 parent 7d250c9 commit f52ef0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circtools/scripts/wonderdump
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ then
URL="https://sra-pub-run-odp.s3.amazonaws.com/sra/$CLEAN_SRR/$CLEAN_SRR"
echo "*** Downloading: $URL"
echo "*** Saving to: $SRA_FILE"
curl $URL > $TMP_FILE
curl -s $URL > $TMP_FILE

# Move to local file only if successful.
mv $TMP_FILE $SRA_FILE
Expand Down

0 comments on commit f52ef0c

Please sign in to comment.