Version 1
[yaffs-website] / vendor / drush / drush / dr.bat
diff --git a/vendor/drush/drush/dr.bat b/vendor/drush/drush/dr.bat
new file mode 100644 (file)
index 0000000..6087c71
--- /dev/null
@@ -0,0 +1,5 @@
+@ECHO OFF
+REM Running this file is equivalent to running `php drush`
+setlocal DISABLEDELAYEDEXPANSION
+SET BIN_TARGET=%~dp0drush
+php "%BIN_TARGET%" %*