Scraping, parsing and indexing the daily Congressional Record to support phrase search over time, and by legislator and date
BSD 3-Clause "New" or "Revised" License
122
stars
34
forks
source link
Fix hashbang on python scripts #91
Closed
AlJohri closed 7 years ago
Convert
#!/usr/bin/python
to#!/usr/bin/env python
at the top of all python scripts.source: http://stackoverflow.com/questions/16365130/the-difference-between-usr-bin-env-bash-and-usr-bin-bash