Skip to content

Instantly share code, notes, and snippets.

@yjzhang
Created May 25, 2019 04:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yjzhang/07fb049139f0efb634f6c7595a35d7e8 to your computer and use it in GitHub Desktop.
Save yjzhang/07fb049139f0efb634f6c7595a35d7e8 to your computer and use it in GitHub Desktop.
download data from aws
#!/bin/bash
for i in $(seq 1 18); do
aws s3 cp --recursive s3://sdfas/S${i}_L1_outputDGE_filtered S${i}_L1_outputDGE_filtered
aws s3 cp --recursive s3://sdfas/S${i}_L2_outputDGE_filtered S${i}_L2_outputDGE_filtered
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment