mirror of
				https://github.com/taixingyiji/openit.git
				synced 2025-10-29 04:22:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			158 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			158 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| name=Openit
 | |
| line=`sed -n '$=' url`
 | |
| time=`date '+%Y.%m.%d %H:%M:%S'`
 | |
| 
 | |
| echo -e "REMARKS=$name \nSTATUS=节点数量: $line.♥.更新时间: $time"
 |