mirror of
https://github.com/samsonjs/stormy-weather.git
synced 2026-03-25 09:15:57 +00:00
9 lines
200 B
Ruby
Executable file
9 lines
200 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
#
|
|
# Copyright 2012 Sami Samhuri <sami@samhuri.net>
|
|
|
|
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', 'lib')
|
|
require 'stormy'
|
|
require 'stormy/server'
|
|
|
|
Stormy::Server.run!
|