Created
May 12, 2017 15:30
-
-
Save weitzman/549df9fae6b08c6f001eb190917b71aa to your computer and use it in GitHub Desktop.
drush8 wrapper when inside a a drush9 composer project. This didn't work out due to Drush8's finder finding drush9 anyway.
This file contains 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
#!/usr/bin/env sh | |
SELF_DIRNAME="`dirname -- "$0"`" | |
PATH=$SELF_DIRNAME:$PATH DRUSH_FINDER_SCRIPT="foo" drush.phar "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment