2023-06-29 22:14:05 +02:00

4 lines
107 B
PHP

<?php
header("Content-Type: image/png");
passthru("sudo -u pi DISPLAY=:0 bash -c \"scrot - | cat\" 2>&1");