summaryrefslogtreecommitdiff
path: root/rebar.bat
Commit message (Collapse)AuthorAgeFilesLines
* Improve rebar.batJuhani Rankimies2010-10-271-1/+2
| | | | | | | 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.
* add bat scripts for bootstrap and rebat (windows doesn't understand ↵Juhani Rankimies2010-08-021-0/+2
shebang), make bootstrap work on windows