#!/usr/bin/env ruby

$0 = 'starter'

begin
  require 'starter'
rescue LoadError
  require 'rubygems'
  require 'starter'
end

# Process command line options and run
RubyDrills::CLI.parse_options
