CMS for the late garbage.fm
at main 8 lines 130 B view raw
1#!/usr/bin/env php 2<?php 3 4require_once(__DIR__ . "/../halfmoon/lib/commands/dbconsole.php"); 5 6new \HalfMoon\DBConsole($argv); 7 8?>