9 lines
239 B
PHP
9 lines
239 B
PHP
<?php
|
|
namespace Misuzu;
|
|
|
|
require_once __DIR__ . '/misuzu.php';
|
|
|
|
if(!MSZ_CLI)
|
|
die('This tool is meant to be used through command line only.' . PHP_EOL);
|
|
|
|
// todo: make improved command line interface and remove the things in misuzu.php
|