Thrush

Ruby shell scripting DSL

Installation

Gem

  1. Run the following: gem install thrush
  2. Add require 'thrush' to the top of your Ruby script.

Bundler

  1. Install bundler: gem install bundler
  2. Add the following to your Gemfile:

    source 'https://rubygems.org'
    gem 'thrush'
    
  3. Add require 'thrush' to the top of your Ruby script.