#!/bin/rc

target=$1

if (! 9fs $target){
	echo $target not available.
	exit 'not available'
}

bind /n/$target/net /net.alt
cpu -h /net.alt/tcp!$target
