203204205206207208209210211212213
_dispatcher.register(new SystemInfoCommand()); pluginCommand.load(); aliasCommand.load(); propertyCommand.load(); Readline.setCompleter(_dispatcher); /* FIXME: do this platform independently */ Runtime.getRuntime().addShutdownHook(new Thread() {