7 lines
183 B
PHP
7 lines
183 B
PHP
<?php
|
|
header("Content-Type: text/plain");
|
|
@shell_exec("pkill -f playwright 2>&1");
|
|
@shell_exec("pkill -f v17-6sigma 2>&1");
|
|
echo "killed\n";
|
|
echo @shell_exec("pgrep -af playwright");
|