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