This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env ruby | |
# Save this file to somewhere in your PATH, like ~/bin/gfr, and chmod it with: chmod u+x gfr | |
require 'rubygems' | |
require "highline/system_extensions" | |
require 'colorize' | |
require 'optparse' | |
require 'ostruct' | |
include HighLine::SystemExtensions |