hedera-web/cli.php

9 lines
120 B
PHP
Raw Normal View History

2016-07-22 20:00:27 +00:00
<?php
require_once ('vn/lib/cli-app.php');
2016-08-31 11:53:46 +00:00
$cliApp = new Vn\Lib\CliApp ('hedera-web', './rest');
2016-07-22 20:00:27 +00:00
$cliApp->run ();
?>