4 lines
70 B
Plaintext
4 lines
70 B
Plaintext
|
#!/usr/bin/env php
|
||
|
<?php
|
||
|
chdir(dirname(__FILE__));
|
||
|
include('cli.php');
|