tweeper.php: fix naming conventions for the get_xml_ and preprocess_html_ funcs
[tweeper.git] / tweeper
1 #!/usr/bin/env php
2 <?php
3
4 /**
5  * @file
6  * CLI file to run tweeper.
7  */
8
9 require dirname(__FILE__) . '/tweeper.php';