Wrote a tiny #C program to keep my sanity: https://github.com/panzi/wait_for_exist
It's just a tiny command to wait for a path to appear using #inotify. The tests are much more then the rest, didn't want to have any dependencies. I don't have a use for it, just wanted to make it. #recreationalprogramming
GitHub - panzi/wait_for_exist: Simple C program to wait for a path to appear using inotify.

Simple C program to wait for a path to appear using inotify. - panzi/wait_for_exist

GitHub