#!/usr/bin/env coffee

process.on 'uncaughtException', (exception) ->
  console.log(exception.stack)

require './lib/omg-producermanager'
