#!/usr/bin/env ruby require 'polytrix/error' require 'polytrix/cli' $LOAD_PATH << 'spec' Polytrix.with_friendly_errors { Polytrix::CLI.start }