14 lines
		
	
	
		
			409 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			409 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
|   | 
 | ||
|  | ## Here are the names of all the processes that we want killed. | ||
|  | ## to add new ones,just following the same pattern. | ||
|  | 
 | ||
|  | set --  "Tor" "tor" "tor-browser" "Tor-Browser" "Tor Browser" "tor browser" "TorBrowser" "torbrowser" "firefox"  "FindMy" ## you can add stuff here. put the process name in double quotes | ||
|  | 
 | ||
|  | processNameGroup=$@; ## don't touch this. | ||
|  | 
 | ||
|  | ## | ||
|  | 
 | ||
|  | targetCountLocalExecutions=64; ## don't touch this. | ||
|  | 
 | ||
|  | ## |