mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-03-26 22:16:28 +08:00
8 lines
139 B
CoffeeScript
8 lines
139 B
CoffeeScript
#!/usr/bin/env coffee
|
|
|
|
Root = require './core'
|
|
|
|
Root.findConfig(__dirname).done (config) ->
|
|
global.root = new Root config
|
|
root.start()
|