mirror of
https://github.com/danog/file.git
synced 2025-01-22 21:31:15 +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__); |