mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-24 03:35:59 +08:00
rp-start
This commit is contained in:
0
bin/rp-fix-permissions.coffee
Normal file
0
bin/rp-fix-permissions.coffee
Normal file
0
bin/rp-migration.coffee
Normal file
0
bin/rp-migration.coffee
Normal file
7
bin/rp-start.coffee
Executable file
7
bin/rp-start.coffee
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env coffee
|
||||
|
||||
child_process = require 'child_process'
|
||||
|
||||
child_process.exec "make start", {cwd: "#{__dirname}/../"}, (err) ->
|
||||
throw err if err
|
||||
process.exit()
|
||||
0
bin/rp-system-sync.coffee
Normal file
0
bin/rp-system-sync.coffee
Normal file
Reference in New Issue
Block a user