deploy: current vibn theia state
Made-with: Cursor
This commit is contained in:
8
packages/task/test-resources/task-long-running
Executable file
8
packages/task/test-resources/task-long-running
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
for i in {1..300}
|
||||
do
|
||||
sleep 1
|
||||
echo "tasking... $i"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user