#!/bin/bash

## Description: Execute TYPO3 Command (CLI)
## Usage: typo3cms
## Example: "ddev typo3 list" or "ddev typo3 help" or "ddev typo3 --help"

.build/bin/typo3cms $@
