mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
4 lines
73 B
Batchfile
4 lines
73 B
Batchfile
@echo off
|
|
setlocal
|
|
set rebarscript=%0
|
|
escript.exe %rebarscript:.bat=% %*
|