<?php

if (php_sapi_name() != "cli") {
    die("skip CLI only");
}

?>
