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

9 lines
110 B
PHP
Raw Normal View History

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