Skip to content

First official pre-release!

Pre-release
Pre-release
Compare
Choose a tag to compare
@nima nima released this 26 Feb 03:33
· 4 commits to master since this release

We had an idea for a bash scripting framework. The idea was very fluid, constantly changing; evolving. That's how we liked it, because it was just an idea after all and we didn't really know where we'd go with it.

Here's another way to put it:

local -i time=${g_LIMITED}
local -i energy=${g_INFINITE}

while [ $((${time} + ${energy})) -gt 0 ]; do
    local idea
    for idea in ${!g_IDEAS[@]}; do
        experiment ${idea}
        local assessment=$?
        if [ ${assessment} -eq ${CODE_SUCCESS} ]; then
            framework[${idea}]=true
        else
            framework[${idea}]=false
        fi
    done
    if validate_ideas g_IDEAS; then
        break #. We are now here!
    fi
done

All the development and design work that was done in 2012/2013 have been solidified into one solid 2014 release; Every module comes complete with unit-testing, and all bugs that presented themselves while unit-testing have been resolved, all misalignments aligned, and all exceptions to the design patterns used culled.

We hope you enjoy using this bash monolithic scripting framework as much as we enjoy writing it, and look forward to your feature requests, bug reports, and hopefully even pull requests!