mirror of
				https://github.com/karl0ss/AnotterKiosk.git
				synced 2025-11-04 00:30:59 +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");
							 |