2019-09-06 23:53:10 +08:00

5 lines
63 B
PHP
Executable File

<?php
if (PHP_OS === "Darwin")
{
exit("skip for Darwin");
}