shell dot on steroids https://pagure.io/shellfu
Alois Mahdal b4826f26a4 Split-fork from qecc 10 anos atrás
bin Split-fork from qecc 9 anos atrás
doc Split-fork from qecc 9 anos atrás
include Split-fork from qecc 9 anos atrás
notes Split-fork from qecc 9 anos atrás
setup Split-fork from qecc 9 anos atrás
test Split-fork from qecc 9 anos atrás
.gitignore Split-fork from qecc 9 anos atrás
LICENSE Split-fork from qecc 9 anos atrás
Makefile Split-fork from qecc 9 anos atrás
README Split-fork from qecc 9 anos atrás
config.mk Split-fork from qecc 9 anos atrás
ffood.sh.in Split-fork from qecc 9 anos atrás

README

Fast Food Bash library
======================

ffood - Fast Food - a Bash Library


BUGS
----

* *core.debug():* if `debug -v "x*:` is used, `x*` apparently tries to match
match *filenames* first, and only if there is no match, it goes on to
match variable names. This does not seem to affect `@`, though.

Probably some eval pitfall. For now I'll just remove `*`. If somebody
can fix it, we can re-add it.

On the other hand, I don't even understand how `*` should exactly behave
compared to `@`, so having it disabled does not seem like such a loss.
And by the way, did you know that the eval is evil? So in the end, maybe
we should not have this feature in the first place... :)