#!/bin/sh for o in frr bird; do for i in `seq 0 3`; do ./generate --host hvn$i.lab.ipng.ch --overlay $o done done