Get an API key from developer.wmata.com, and put it in buspos.sh.
If you don't happen to have a web server running, but you do have Python, do the following:
chmod +x buspos.shchmod a+r bus.xsltmkdir cgi-binmv buspos.sh bus.xslt cgi-binpython -m CGIHTTPServer 8001