NixAdm
About
This is a general library designed to aid with system administration tasks, specifically to replace all shell scripting with Ruby code.
Installation
You can install directly from the command line via Ruby gems as follows:
gem install nixadm
Building from Source
This project uses CMake. To build the gem:
cmake .
make gem
The resultant gem will be generated in the pkg directory.
License
Copyright information is located in the COPYING file. The software license is located in the LICENSE file.