Skip to content

Commit

Permalink
Merge pull request #3 from KLab/1-fix-separators
Browse files Browse the repository at this point in the history
fix: Use space instead of linebreak to separate URLs
  • Loading branch information
NaokiHamada authored Apr 20, 2023
2 parents c8318e0 + cc21832 commit ed8b137
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scripts/fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ set -ex

SMDATA_DIR="$1"

FRAXTIL_URLS='https://fra.xtil.net/simfiles/data/tsunamix/III/Tsunamix%20III%20%5BSM5%5D.zip
https://fra.xtil.net/simfiles/data/arrowarrangements/Fraxtil%27s%20Arrow%20Arrangements%20%5BSM5%5D.zip
https://fra.xtil.net/simfiles/data/beastbeats/Fraxtil%27s%20Beast%20Beats%20%5BSM5%5D.zip
'
ITG_URLS='https://search.stepmaniaonline.net/static/new/In%20The%20Groove%201.zip
https://search.stepmaniaonline.net/static/new/In%20The%20Groove%202.zip
'
FRAXTIL_URLS="https://fra.xtil.net/simfiles/data/tsunamix/III/Tsunamix%20III%20%5BSM5%5D.zip \
https://fra.xtil.net/simfiles/data/arrowarrangements/Fraxtil%27s%20Arrow%20Arrangements%20%5BSM5%5D.zip \
https://fra.xtil.net/simfiles/data/beastbeats/Fraxtil%27s%20Beast%20Beats%20%5BSM5%5D.zip \
"
ITG_URLS="https://search.stepmaniaonline.net/static/new/In%20The%20Groove%201.zip \
https://search.stepmaniaonline.net/static/new/In%20The%20Groove%202.zip \
"

mkdir -p $SMDATA_DIR/raw
pushd $SMDATA_DIR/raw
Expand Down

0 comments on commit ed8b137

Please sign in to comment.