1#!/usr/bin/env php 2<?php 3 4require_once(__DIR__ . "/../halfmoon/lib/commands/dbconsole.php"); 5 6new \HalfMoon\DBConsole($argv); 7 8?>