Skip to content

Commit

Permalink
add sync full resource script
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Sep 20, 2024
1 parent f4d2d74 commit 7dcf511
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/sync_full_resources.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7dcf511

Please sign in to comment.