box-o-sand/cli/hello

7 lines
69 B
Plaintext
Raw Normal View History

2011-01-02 13:58:18 +00:00
#!/usr/bin/php -q
<?php
echo "Hello World via command line!\n";
?>