6 lines
150 B
Batchfile
6 lines
150 B
Batchfile
@ECHO OFF
|
|
REM Running this file is equivalent to running `php drush`
|
|
setlocal DISABLEDELAYEDEXPANSION
|
|
SET BIN_TARGET=%~dp0drush
|
|
php "%BIN_TARGET%" %*
|