Trailing Dots
Results
2
issues of
Trailing Dots
I added the routines on the README page to the exnn code. Now I have: ``` exnn/lib exnn/lib/exnn # ``` I'm assuming this is a version skew problem?
Fixed in fork at: https://github.com/TrailingDots/dir_walker dir_walker does not handle symbolic links. Add this in the test dir: mkdir links # Create dir for links testing cd links touch one_file two_file...