doing cli stuff

This commit is contained in:
Dan Buch 2011-01-02 08:58:18 -05:00
parent 3852f95f1f
commit abcdf7e2a8

6
cli/hello Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/php -q
<?php
echo "Hello World via command line!\n";
?>