Files
farmOS-dev/vendor/drush/drush/drush.bat
2024-12-10 15:08:16 +01:00

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%" %*