mirror of
https://github.com/danog/file.git
synced 2024-11-30 04:19:39 +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__); |