This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/bash | |
| # This runs a new Docker container, mounts the current directory (Drupal root), | |
| # and runs an arbitrary drush command, in case you don't want to run it in dsession. | |
| sudo docker run --rm -it --init -v "$(pwd)":/var/www/tome mortenson/tome drush "$@" |
OlderNewer