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