MastodonHelp/web/clitools/utsnow.php
2023-11-02 08:04:23 +01:00

6 lines
63 B
PHP
Executable file

#!/usr/bin/php
<?php
const N="\n";
echo(time().N);
exit(0);
?>