Skip to content

Commit

Permalink
fix util/install_fec_data script
Browse files Browse the repository at this point in the history
  • Loading branch information
narqo committed Apr 3, 2019
1 parent 6bf26b6 commit 4c747c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions utils/install_fec_data.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

wget https://www.fec.gov/files/bulk-downloads/2018/indiv18.zip &&
curl -L -O https://www.fec.gov/files/bulk-downloads/2018/indiv18.zip &&
unzip -p indiv18 itcont.txt | head -n 18245416 > itcont.txt &&
rm indiv18.zip &&
mv itcont.txt ./data/
mkdir -p ./data/indiv18 &&
mv itcont.txt ./data/indiv18/

0 comments on commit 4c747c2

Please sign in to comment.