#!/usr/bin/env ruby require File.dirname(__FILE__) + '/../lib/java_autotest' begin JavaAutoTest::Main.execute rescue Interrupt end