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

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... :)