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