#!/usr/bin/env ruby $: << File.expand_path('../../lib', __FILE__) require 'tailstrom/command/stat' cmd = Tailstrom::Command::Stat.new(ARGV) cmd.run