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