Skip to content

Commit 010622e

Browse files
authored
Create spark.bat
Allows the spark installer to run on Windows
1 parent c38a4a4 commit 010622e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spark.bat

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@ECHO OFF
2+
setlocal DISABLEDELAYEDEXPANSION
3+
SET BIN_TARGET=%~dp0/spark
4+
php "%BIN_TARGET%" %*

0 commit comments

Comments
 (0)