7 lines
69 B
Plaintext
7 lines
69 B
Plaintext
|
#!/usr/bin/php -q
|
||
|
<?php
|
||
|
|
||
|
echo "Hello World via command line!\n";
|
||
|
|
||
|
?>
|