mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-03-28 10:10:17 +08:00
6 lines
125 B
Batchfile
6 lines
125 B
Batchfile
@timeout 1 > nul
|
|
:wait_for_lock
|
|
@if not exist *.wait.tmp goto :finish_lock
|
|
@timeout 1 > nul
|
|
@goto wait_for_lock
|
|
:finish_lock |