mirror of
https://github.com/danog/file.git
synced 2024-12-02 09:17:57 +01:00
7 lines
94 B
PHP
7 lines
94 B
PHP
|
<?php
|
||
|
|
||
|
use Amp\File;
|
||
|
|
||
|
require __DIR__ . '/../vendor/autoload.php';
|
||
|
|
||
|
print File\read(__FILE__);
|