Thrush
Ruby shell scripting DSL
Installation
Gem
- Run the following:
gem install thrush
- Add
require 'thrush'
to the top of your Ruby script.
Bundler
-
Install bundler:
gem install bundler
-
Add the following to your Gemfile:
source 'https://rubygems.org' gem 'thrush'
-
Add
require 'thrush'
to the top of your Ruby script.