Yruba

yruba provides a rule system similar to make or ant for the shell

View the Project on GitHub morhekil/yruba

Yruba

This is a github mirror of the original project by Harald Kirsch, which is available on his website. This mirror was created with his permission, but all credits still go to the original author.

Why Rules for Bash?

... because it's cool!

Yruba provides a rule system similar to make or ant for the shell. Compared to make there is no hairy mix of syntaxes, because everything is written in shell syntax. Compared to ant you don't have to rely on the ant developers to reinvent all the wheels that are so easily available from the shell. Compared to both, there is a clear separation between

Installation

There is nothing to install, really. Just download the script into a file called yruba, change the access rights to executable and run it. If you are running a Debian based system, you may prefer the debian package. In addition to the script, it also contains the html documentation for offline reading.

Compatibility

Despite the name I would like yruba to work with POSIX shells. The current version is being developed with bash. I invite you to send me patches that remove dependencies on specific bash features.

Documentation

Please read the comprehensive user guide.