wip
This commit is contained in:
14
examples/scripts/_archive/process_long.rhai
Normal file
14
examples/scripts/_archive/process_long.rhai
Normal file
@@ -0,0 +1,14 @@
|
||||
let x=0;
|
||||
while x < 100 {
|
||||
|
||||
run(`
|
||||
find /
|
||||
ls /
|
||||
`);
|
||||
// sleep(100);
|
||||
|
||||
x=x+1;
|
||||
|
||||
}
|
||||
|
||||
"Process Management Test Success - All tests passed"
|
Reference in New Issue
Block a user