#!/usr/bin/env bash

## Description: testwebcmd project
## Usage: testwebcmd
## Example: "ddev testwebcmd"

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