Files
Marko 24dd57cb18 mfg
2025-07-17 18:43:41 +02:00

10 lines
167 B
Bash
Executable File

#!/bin/bash
#ddev-generated
## Description: Run php inside the web container
## Usage: php [flags] [args]
## Example: "ddev php --version"
## ExecRaw: true
php "$@"