1
0
mirror of https://github.com/karl0ss/AnotterKiosk.git synced 2025-06-05 11:55:06 +01:00

4 lines
107 B
PHP
Raw 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");