#!/bin/rc
# Shares a read-write filesystem of / with no auth on terminals
# Mount from linux:
# sudo mount -o rw -t 9p 192.168.56.101 /mnt
# 9pfuse 192.168.56.101 ~/n/vm
aux/listen1 -t 'tcp!*!564' /bin/exportfs -r /root

