mirror of
https://github.com/unitedstates/congress.git
synced 2026-03-25 14:00:05 -04:00
7 lines
173 B
Bash
Executable File
7 lines
173 B
Bash
Executable File
#!/bin/sh
|
|
# Refresh the bulk data collection.
|
|
./run fdsys --collection-type=bulk-data --collections=BILLSTATUS
|
|
|
|
# Turn into JSON and GovTrack-XML.
|
|
./run bills --govtrack $@
|