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