deploy: current vibn theia state
Made-with: Cursor
This commit is contained in:
8
packages/task/test-resources/task.bat
Normal file
8
packages/task/test-resources/task.bat
Normal file
@@ -0,0 +1,8 @@
|
||||
@echo off
|
||||
|
||||
for /l %%x in (1,1,3) do (
|
||||
echo tasking... %*
|
||||
@REM sleep for ~1s
|
||||
waitfor nothing /t 1 > nul
|
||||
)
|
||||
echo "done"
|
||||
Reference in New Issue
Block a user