mirror of
				https://github.com/karl0ss/AnotterKiosk.git
				synced 2025-10-27 20:54:22 +00: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");
 | 
