Commit local DDEV configuration

This commit is contained in:
Benjamin Melançon 2019-08-18 12:10:03 -04:00
parent fccb5d6a18
commit b85e8082c3
17 changed files with 361 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#!/bin/bash
## Description: run mysqldump in web container
## Usage: mysqldump [flags] [args]
## Example: "ddev mysqldump db" or "ddev mysqldump otherdb" or "ddev mysqldump db | gzip >db.sql.gz"
mysqldump -uroot -proot $@