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

10 lines
171 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 ();