11 lines
259 B
Plaintext
Raw Normal View History

2014-07-04 12:15:38 +04:00
#!/usr/bin/env php
2013-07-11 15:47:09 +04:00
<?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.
*/
2014-07-04 12:15:38 +04:00
require __DIR__ . '/../vendor/autoload.php';
2013-07-11 15:47:09 +04:00
2014-07-04 12:15:38 +04:00
echo getcwd();