mirror of
				https://github.com/karl0ss/AnotterKiosk.git
				synced 2025-11-04 08:41:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			88 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			88 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
while true
 | 
						|
do
 | 
						|
	sleep $1
 | 
						|
	rm -r /home/pi/.cache/chromium/Default || true
 | 
						|
done |