7 lines
174 B
PHP
Executable file
7 lines
174 B
PHP
Executable file
#!/usr/bin/env php
|
|
<?php
|
|
require_once __DIR__ . '/../hanyuu.php';
|
|
|
|
$hau->pruneExpired(function(string $format, ...$args) {
|
|
echo sprintf($format, ...$args) . PHP_EOL;
|
|
});
|