Переглянути джерело

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.
pull/3/head
Juhani Rankimies 14 роки тому
committed by Dave Smith
джерело
коміт
ff5581c44a
1 змінених файлів з 2 додано та 1 видалено
  1. +2
    -1
      rebar.bat

+ 2
- 1
rebar.bat Переглянути файл

@ -1,2 +1,3 @@
@echo off
escript.exe rebar %*
set rebarscript=%0
escript.exe %rebarscript:.bat=% %*

Завантаження…
Відмінити
Зберегти