Files
html/api/ambre-kill-v30.php
2026-04-22 02:25:01 +02:00

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