#!/usr/bin/php boot(); $application = new Application; $application->add(new DatabaseCommand); $application->add(new ConfigCommand); $application->run();