initial commit
This commit is contained in:
commit
869abd1075
4 changed files with 86 additions and 0 deletions
11
test-process.php
Normal file
11
test-process.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
while(1){
|
||||
echo("Test Process Running\n");
|
||||
|
||||
if(rand(0, 9) == 0){
|
||||
echo("Test Process Found Something!\n");
|
||||
}
|
||||
|
||||
sleep(5);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue