kyleburton / bake

Pure bash, very lightweight scripting and build framework.
29 stars 8 forks source link

The bake_echo functions should pass '-n' and any other options to echo #12

Closed ghost closed 9 years ago

ghost commented 9 years ago

Currently there is no mechanism for passing at least '-n', but all options should be capable of being passed through to echo.

The goal is to support options in all of the colorized functions (eg: bake_echo_green, etc).