rebar/rebar.bat
Juhani Rankimies ff5581c44a Improve rebar.bat
Add support for invoking rebar from other than current directory.
For example: ..\rebar create-node nodeid=mysample

requires rebar.bar and rebar (escript) to be in the same directory.
2010-10-27 11:39:12 -06:00

3 lines
64 B
Batchfile

@echo off
set rebarscript=%0
escript.exe %rebarscript:.bat=% %*