ref: e1153a4c9cd6639bcc0163539d5661cb5b84f0ca
dir: /README.md/
# 9pro 9p-related tools for Unix-like operating systems. * 9pex - share current directory over stdin/stdout, can be used with socat/inetd This is all _WIP_ still. 9pex is working in read-only mode so far but lacks proper auth, async IO, some more error control etc. # Why We can do better. # Notes/todo * chrooting with musl makes `realpath` not work as it requires /proc to be mounted, get rid of `realpath`?