#!/bin/bash
set -eu
echo "[$ROSE_TASK_CYCLE_TIME] ${HELLO:-hello} ${ROSE_TASK_NAME#hello_}" \
    | tee -a $ROSE_SUITE_DIR/$(basename $0).log
