#!/usr/bin/env bash
TXT="${CYLC_WORKFLOW_RUN_DIR}/my-host-select.txt"
cat "${TXT}" || echo 'localhost' >"${TXT}"
