5 lines
63 B
PHP
Executable File
5 lines
63 B
PHP
Executable File
<?php
|
|
if (PHP_OS === "Darwin")
|
|
{
|
|
exit("skip for Darwin");
|
|
} |