5 lines
120 B
Plaintext
5 lines
120 B
Plaintext
|
#!/usr/bin/env ruby
|
||
|
require 'thread'
|
||
|
require File.expand_path('../../config/boot', __FILE__)
|
||
|
require 'commands/server'
|