You are here

drush.sh in EVA: Entity Views Attachment 8.2

#!/bin/bash
CMD="cd web && drush $@"
docker-compose exec drupal bash -c "$CMD"

File

tests/eva_docker/drush.sh
View source
  1. #!/bin/bash
  2. CMD="cd web && drush $@"
  3. docker-compose exec drupal bash -c "$CMD"