You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							8 lines
						
					
					
						
							284 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							8 lines
						
					
					
						
							284 B
						
					
					
				| #/bin/sh | |
| cd /home/openhabian/freifunk | |
| rm -f 00:11:22:33:44:55 | |
| wget -q https://nodealarm.freifunk-stuttgart.de/00:11:22:33:44:55 | |
| sed "s/\[//g" <00:11:22:33:44:55 >freifunk.neu | |
| mv freifunk.neu 00:11:22:33:44:55 | |
| sed "s/\]//g" <00:11:22:33:44:55 >freifunk.neu | |
| mv -f freifunk.neu freifunk
 | |
| 
 |