mirror of
https://github.com/cloudmaker97/JTL-Shop-Entwicklungsumgebung.git
synced 2025-12-06 00:48:34 +00:00
7 lines
No EOL
167 B
Bash
Executable file
7 lines
No EOL
167 B
Bash
Executable file
#!/bin/bash
|
|
|
|
## Description: Run just commands in the web container
|
|
## Usage: just [command] [args...]
|
|
## Example: "ddev just install" or "ddev just start"
|
|
|
|
just "$@" |