mirror of
https://github.com/karl0ss/AnotterKiosk.git
synced 2025-04-28 18:43:41 +01:00
4 lines
107 B
PHP
4 lines
107 B
PHP
![]() |
<?php
|
||
|
header("Content-Type: image/png");
|
||
|
passthru("sudo -u pi DISPLAY=:0 bash -c \"scrot - | cat\" 2>&1");
|