mirror of
https://github.com/btdig/dhtcrawler2.git
synced 2025-01-19 12:41:36 +00:00
5 lines
77 B
Batchfile
5 lines
77 B
Batchfile
|
@echo off
|
||
|
setlocal
|
||
|
set rebarscript=%~f0
|
||
|
escript.exe "%rebarscript:.cmd=%" %*
|