hedera-web/hedera-web.php

9 lines
168 B
PHP
Executable File

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