diff --git a/scripts/sync_full_resources.sh b/scripts/sync_full_resources.sh new file mode 100755 index 0000000..b826618 --- /dev/null +++ b/scripts/sync_full_resources.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +set -e + +docker run --rm -it \ + -v $(pwd)/resources/task_spatial_simulators:/resources/task_spatial_simulators \ + amazon/aws-cli s3 sync \ + s3://openproblems-data/resources/task_spatial_simulators \ + /resources/task_spatial_simulators \ + --no-sign-request --delete