0
1
Fork 0
hedera-web-mindshore/cli.php

10 lines
175 B
PHP
Executable File

#!/usr/bin/php -q
<?php
@include_once __DIR__.'/environ.php';
require_once 'vn-autoload.php';
$cliApp = new Vn\Lib\CliApp ('hedera-web', __DIR__.'/rest');
$cliApp->run ();