You are here

uli.sh in Convert Media Tags to Markup 8

Same filename and directory in other branches
  1. 2.x scripts/uli.sh
#!/bin/bash
#
# Get a login link.
#
set -e

docker-compose exec drupal /bin/bash -c "drush -l http://$(docker-compose port drupal 80) uli"

File

scripts/uli.sh
View source
  1. #!/bin/bash
  2. #
  3. # Get a login link.
  4. #
  5. set -e
  6. docker-compose exec drupal /bin/bash -c "drush -l http://$(docker-compose port drupal 80) uli"