small pixel drawing of a pufferfish cascade

make-agent

1 2 3 4 5 6 7 8
#!/bin/sh
#
# make a cascade test agent

ip="127.0.0.$1"

printf "starting agent %s...\n" "$1"
go run . agent -bind-dns $ip -bind-http $ip -bind-serf $ip -join 127.0.0.1 -node "agent $1"