X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Fexamples%2Fdrush.wrapper;fp=vendor%2Fdrush%2Fdrush%2Fexamples%2Fdrush.wrapper;h=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=a5acf587cb1b60b01ad3300f8149fbac6e78871c;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/vendor/drush/drush/examples/drush.wrapper b/vendor/drush/drush/examples/drush.wrapper deleted file mode 100755 index a5acf587c..000000000 --- a/vendor/drush/drush/examples/drush.wrapper +++ /dev/null @@ -1,32 +0,0 @@ -#!/usr/bin/env sh -# -# DRUSH WRAPPER -# -# A wrapper script which launches the Drush that is in your project's /vendor -# directory. Copy it to the root of your project and edit as desired. -# You may rename this script to 'drush', if doing so does not cause a conflict -# (e.g. with a folder __ROOT__/drush). -# -# Below are options which you might want to add. More info at -# `drush topic core-global-options`: -# -# --local Only discover commandfiles/site aliases/config that are -# inside your project dir. -# --alias-path A list of directories where Drush will search for site -# alias files. -# --config A list of paths to config files -# --include A list of directories to search for commandfiles. -# -# Note that it is recommended to use --local when using a drush -# wrapper script. -# -# See the 'drush' script in the Drush installation root (../drush) for -# an explanation of the different 'drush' scripts. -# -# IMPORTANT: Modify the path below if your 'vendor' directory has been -# relocated to another location in your composer.json file. -# `../vendor/bin/drush.launcher --local $@` is a common variant for -# composer-managed Drupal sites. -# -cd "`dirname $0`" -../vendor/bin/drush.launcher --local "$@"