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