8 lines
		
	
	
		
			78 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			78 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
# Sleep to timeout
 | 
						|
sleep 15
 | 
						|
 | 
						|
# Disable screens
 | 
						|
xset dpms force off
 |