7 lines
		
	
	
		
			154 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			154 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| python /home/pi/fg-test/initial-ping.py
 | |
| sleep 1
 | |
| python /home/pi/fg-test/initial-black.py
 | |
| sleep 1
 | |
| python /home/pi/fg-test/factory-provision.py |