mirror of
				https://github.com/karl0ss/AnotterKiosk.git
				synced 2025-10-31 06:34:02 +00:00 
			
		
		
		
	
		
			
	
	
		
			6 lines
		
	
	
		
			88 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			88 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|   | #!/bin/bash | ||
|  | while true | ||
|  | do | ||
|  | 	sleep $1 | ||
|  | 	rm -r /home/pi/.cache/chromium/Default || true | ||
|  | done |