mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
ff5581c44a
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.
3 lines
64 B
Batchfile
3 lines
64 B
Batchfile
@echo off
|
|
set rebarscript=%0
|
|
escript.exe %rebarscript:.bat=% %*
|