Skip to content

Commit

Permalink
switched to main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
linxOD committed Jul 27, 2023
1 parent a7c5a59 commit cee200e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build_app/shell/fetch_data.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# bin/bash

rm dev04_1.zip
rm main.zip
rm -rf ./data
wget https://github.com/Auden-Musulin-Papers/amp-data/archive/refs/heads/dev04_1.zip
unzip dev04_1
mv amp-data-dev04_1/data ./data
rm -rf amp-data-dev04_1
rm dev04_1.zip
wget https://github.com/Auden-Musulin-Papers/amp-data/archive/refs/heads/main.zip
unzip main
mv amp-data-main/data ./data
rm -rf amp-data-main
rm main.zip

rm -rf ./data/tmp

Expand Down

0 comments on commit cee200e

Please sign in to comment.