#!/bin/bash

function reporter.task_info {

    echo "  $1"
    
}
