#!/usr/bin/env bash

## Description: testhostcmd project
## Usage: testhostcmd
## Example: ddev testhostcmd\nddev testhostcmd -h

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