#!/bin/sh
set -eu
for net in networks/*; do
$net/up.sh
done
for mach in machines/*; do
$mach/run-shim.sh
tmux