mirror of
https://gitee.com/dgiiot/dgiot.git
synced 2024-11-29 18:57:41 +08:00
5 lines
77 B
Batchfile
5 lines
77 B
Batchfile
@echo off
|
|
setlocal
|
|
set rebarscript=%~f0
|
|
escript.exe "%rebarscript:.cmd=%" %*
|