Skip to content

Commit

Permalink
Add bat file for windows execution
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Coetzee committed Apr 14, 2023
1 parent 79424c9 commit 1ca912f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/php-parse.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@ECHO OFF
setlocal DISABLEDELAYEDEXPANSION
SET BIN_TARGET=%~dp0/php-parse
php "%BIN_TARGET%" %*

0 comments on commit 1ca912f

Please sign in to comment.