This website requires JavaScript.
Explore
Help
Sign In
github
/
rebar
Watch
1
Star
0
Fork
You've already forked rebar
0
mirror of
https://github.com/correl/rebar.git
synced
2024-11-15 11:09:33 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
9c0d51bc0b
rebar
/
rebar.bat
4 lines
64 B
Batchfile
Raw
Normal View
History
Unescape
Escape
add bat scripts for bootstrap and rebat (windows doesn't understand shebang), make bootstrap work on windows
2010-08-02 17:35:26 +00:00
@
echo
off
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-26 04:12:26 +00:00
set
rebarscript
=
%0
escript.exe
%rebarscript:.bat=%
%*
Reference in a new issue
Copy permalink