Project

thrush

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
A DSL for building shell scripts
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.2
= 1.1.0
~> 1.3
 Project Readme

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.