Vecna 4 달 전
부모
커밋
8da75ebe21
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      scripts/get-bridge-data.sh

+ 2 - 0
scripts/get-bridge-data.sh

@@ -30,6 +30,8 @@ if [ ! -d data/bridge_data ]; then
 
     cd data
 
+    mkdir bridge_data
+
     # This is around 20 GB of data uncompressed, so don't extract it all
     # at once. Instead, extract and process one month at a time.
     for i in ${months[@]}; do