2014-07-04 12:16:44 +04:00

11 lines
259 B
PHP
Executable File

#!/usr/bin/env php
<?php
/* (c) Anton Medvedev <anton@elfet.ru>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
require __DIR__ . '/../vendor/autoload.php';
echo getcwd();