10 lines
167 B
Bash
Executable File
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 "$@"
|