0.9
I have made a lot of minor improvements in this release that I will not mention. I shortened and simplified some things too. I improved the help message and exit code for a non-existent directory. I also replaced echo
with printf
because printf
is a bit faster and I like C. Error messages are not printed to standard error instead of standard output. Also, the source code looks better: The column width is 80 and I fixed the indentation.