more cli stuff

This commit is contained in:
Dan Buch
2011-01-02 09:03:22 -05:00
parent abcdf7e2a8
commit b7d382d470
2 changed files with 10 additions and 1 deletions

View File

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