#!/usr/bin/env ruby require "test_boosters/rspec_booster" cli_options = Semaphore::parse thread_index = cli_options[:index] - 1 rspec_booster = Semaphore::RspecBooster.new(thread_index) exit_status = rspec_booster.run exit(exit_status)