Bash Booster

Bash Booster Bash Booster is a single file library, which provides various features useful during setup environment and preparing servers. It is inspired by Chef and was developed to be used with Vagrant . When Chef is too heavy, use Bash Booster, because it has been written using Bash only and requires nothing . Table of Contents Quick Start Philosophy Code Organization Module Description var log exit workspace tmp template properties event download flag sync apt yum Contribution License ¶ Get the source code: $ hg clone ssh://hg@bitbucket.org/kr41/bash-booster bash-booster $ cd bash-booster Build the library file bashbooster.sh : $ ./build.sh Use it! A traditional “Hello World” script looks like this (you can find it in helloworld.sh ): #!/bin/bash # Remove undesirable side effects of CDPATH variable unset CDPATH # Change current working directory to the dir...

Linked on 2014-09-20 20:57:12 | Similar Links