Skip to content

Commit

Permalink
[console] - Add batch file to ./bin for Windows users (#3586)
Browse files Browse the repository at this point in the history
* Added batch file for Windows users that will invoke drupal.php

* Added newline
  • Loading branch information
LukeLeber authored and jmolivas committed Nov 15, 2017
1 parent 2ad8c7b commit fa76191
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/drupal.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
php "%~dp0/drupal.php" %*

0 comments on commit fa76191

Please sign in to comment.