Files
html/api/ambre-kill25.php
opus bfa20ebe57
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
auto-sync-0210
2026-04-22 02:10:02 +02:00

6 lines
152 B
PHP

<?php
header("Content-Type: text/plain");
@shell_exec("pkill -f playwright 2>&1");
echo "killed\n";
echo @shell_exec("pgrep -af playwright | head -5");