aboutsummaryrefslogtreecommitdiff
path: root/run.cmd
diff options
context:
space:
mode:
authorRavi Pandya <ravi@iecommerce.com>2012-09-24 15:43:19 -0700
committerRavi Pandya <ravi@iecommerce.com>2012-09-24 15:43:19 -0700
commit39215357af1488dda9ea3b61466d2da377280e6f (patch)
tree6df6d2ef0c42d6fb865259e3e8bcab955c9d6ff3 /run.cmd
parentf855e4fad2b298641b6a6ae4ef74bd1e000f028d (diff)
downloadspark-39215357af1488dda9ea3b61466d2da377280e6f.tar.gz
spark-39215357af1488dda9ea3b61466d2da377280e6f.tar.bz2
spark-39215357af1488dda9ea3b61466d2da377280e6f.zip
Windows command scripts for sbt and run
Diffstat (limited to 'run.cmd')
-rw-r--r--run.cmd2
1 files changed, 2 insertions, 0 deletions
diff --git a/run.cmd b/run.cmd
new file mode 100644
index 0000000000..f78a4350e1
--- /dev/null
+++ b/run.cmd
@@ -0,0 +1,2 @@
+@echo off
+cmd /V /E /C call %~dp0run2.cmd %* \ No newline at end of file