#!/usr/bin/env bash

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

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