Very cool…and on the subject of bash enable -f hacks, some bash FUSE bindings I wrote a few years back: https://github.com/zevweiss/booze
I initially wrote it basically just for giggles, but was quite thrilled a few months ago when I realized I could use it for something I actually needed, and it was exactly the right thing (presenting a mount point that acted as a view of the differences between two rsnapshot-style hard-link trees – only took a few dozen lines of very simple code).
an older hack using
/lib/ld-gnu.so.1.Very cool…and on the subject of bash
enable -fhacks, some bash FUSE bindings I wrote a few years back: https://github.com/zevweiss/boozeI initially wrote it basically just for giggles, but was quite thrilled a few months ago when I realized I could use it for something I actually needed, and it was exactly the right thing (presenting a mount point that acted as a view of the differences between two
rsnapshot-style hard-link trees – only took a few dozen lines of very simple code).