mirror of
https://github.com/unitedstates/congress.git
synced 2026-03-25 14:00:05 -04:00
9 lines
262 B
Bash
Executable File
9 lines
262 B
Bash
Executable File
for congress in {1..100}; do
|
|
./run voteview --congress=$congress --govtrack $@
|
|
|
|
# After the first run, no need to update legislator info.
|
|
export UPDATE_CONGRESS_LEGISLATORS=NO
|
|
done
|
|
./run voteview --govtrack --congress=101 --session=1989 --chamber=h $@
|
|
|