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