mirror of
				https://github.com/yv1ing/MollyBlog.git
				synced 2025-09-16 14:53:45 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			3 lines
		
	
	
		
			71 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			71 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #/bin/bash
 | |
| 
 | |
| kill `ps aux | grep 'molly' | awk '{print $2}' | head -n 1` |