#!/usr/bin/ruby

require "stackprof/cli"
require "stackprof/local"

StackProf::Local.configure(ARGV)
StackProf::CLI.start(ARGV.shift)
