ref: 88c39cb9f5e6969d77a6ec63abae3b7e83077364
dir: /README.md/
# 9pro Plan9-related tools for Unix-like operating systems. * 9pex - share a directory over stdin/stdout, can be used with socat/inetd * 9gc - a very simple stdin/stdout 9gridchan client 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. To build static binaries with musl: ``` CC=musl-gcc CFLAGS="-Os -s -g0 -static" ./build.sh ``` # Why We can do better. # Notes/todo * 9pex: chrooting with musl makes `realpath` not work as it requires /proc to be mounted, get rid of `realpath`?