#!/bin/rc
bind -c 9.fastpath/boot 9.fastpath/boot
bind -c 9.fastpath/ip 9.fastpath/ip
bind -c 9.fastpath/pc 9.fastpath/pc
bind -c 9.fastpath/port 9.fastpath/port
bind -a /sys/src/9/pc 9.fastpath/pc
bind -a /sys/src/9/ip 9.fastpath/ip
bind -a /sys/src/9/boot 9.fastpath/boot
bind -a /sys/src/9/port 9.fastpath/port
|