#!/usr/bin/env bash

## Description: testhostcmd global
## Usage: testhostcmd
## Example: "ddev testhostcmd"

echo "testhostcmd was executed with args=$@ on host $(hostname)"
