6 lines
66 B
Bash
6 lines
66 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
cd web
|
||
|
|
||
|
symfony php ../vendor/bin/drush "$@"
|