mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-03-26 07:44:10 +08:00
7 lines
124 B
CoffeeScript
Executable File
7 lines
124 B
CoffeeScript
Executable File
#!/usr/bin/env coffee
|
|
|
|
Root = require './core'
|
|
|
|
Root.findConfig(__dirname).done (config) ->
|
|
global.root = new Root config
|