mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-01-13 07:01:20 +08:00
7 lines
102 B
CoffeeScript
7 lines
102 B
CoffeeScript
#!/usr/bin/env coffee
|
|
|
|
Root = require './core'
|
|
|
|
global.root = new Root Root.loadConfig()
|
|
root.start()
|