Skip to content

Commit

Permalink
add download resources script
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Apr 18, 2024
1 parent 3715f2c commit 853e8b4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/download_resources.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

set -e

echo ">> Downloading resources"
aws s3 sync --no-sign-request \
"s3://openproblems-bio/public/neurips-2023-competition/workflow-resources/" \
"resources" \
--delete

0 comments on commit 853e8b4

Please sign in to comment.