8 lines
210 B
PHP
8 lines
210 B
PHP
<?php
|
|
header("Content-Type: text/plain");
|
|
@shell_exec("pkill -f 'v30-long-video\\|playwright test' 2>&1");
|
|
sleep(2);
|
|
echo @shell_exec("pgrep -af playwright");
|
|
echo "\n---\n";
|
|
echo @shell_exec("pgrep -af v30");
|