Skip to content
Snippets Groups Projects
Commit 30bc48ce authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Fixed type in LODES loading script

parent 21866305
No related branches found
No related tags found
1 merge request!1Fix refs in history
......@@ -11,7 +11,7 @@ do
for i in "${state_label[@]}"
do
mkdir -p ./temp
wget -N "https://lehd.ces.census.gov/data/lodes/LODES8/${i}/wac/${i}_wac_S000_JT00_${y}.csv.gz" -P ./temp`
wget -N "https://lehd.ces.census.gov/data/lodes/LODES8/${i}/wac/${i}_wac_S000_JT00_${y}.csv.gz" -P ./temp
FILE=./temp/${i}_wac_S000_JT00_${y}.csv
if [ -f "${FILE}.gz" ]; then
gunzip $FILE.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment