12 Jun 2012

libbash weekly report #3

And there goes the 3rd week!

Progress of previous week

Didn’t get to the support of multiple arguments for the declare builtin, fixing the last week commits took more time than I expected.

But the redirection support was very cool, now it can run something like this:

while read line; do
    echo $line;
done < /some/file

Plan for this week

https://github.com/Aparicio99/libbash