Files
html/api/ambre-pw-kill.php
2026-04-22 01:10:03 +02:00

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");