#!/bin/rc

rfork e
flags=()
while(! ~ $#* 0 && ~ $1 -*){
	flags=($flags $1)
	shift
}
replica/pull -v $flags /dist/replica/network $*

