4 lines
107 B
PHP
Raw Permalink Normal View History

2023-06-29 22:14:05 +02:00
<?php
header("Content-Type: image/png");
passthru("sudo -u pi DISPLAY=:0 bash -c \"scrot - | cat\" 2>&1");