#!/usr/bin/env bash
set -eu
ME="$(basename "$0")"
echo "$@" >>"${CYLC_WORKFLOW_LOG_DIR}/${ME}.out"
