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