6 lines
		
	
	
		
			80 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			80 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
while :; do
 | 
						|
    yarn emp
 | 
						|
    echo 进程退出 休眠120秒!
 | 
						|
    sleep 120
 | 
						|
done
 |