#!/usr/bin/env ruby

# handle interrupts
trap("SIGINT") { abort }

require "dexter"
Dexter::Client.start
