Shell typo
This commit is contained in:
		
							parent
							
								
									300fe8e15e
								
							
						
					
					
						commit
						87bb24c511
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -21,7 +21,7 @@ sort -u temp/all_toblock.list > dist/firstparty-trackers.txt | |||
|     echo "# Number of source subdomains: $(wc -l temp/all_subdomains.list | cut -d' ' -f1)" | ||||
|     echo "# Number of known trackers : $(python -c 'import regexes; print(len(regexes.REGEXES))')" | ||||
|     echo "# Number of blocked subdomains: $(wc -l dist/firstparty-trackers.txt | cut -d' ' -f1)" | ||||
|     echo "# Number of first-party subdomains: $(./filter_out_explicit.py dist/firstparty-trackers.txt | wc)" | ||||
|     echo "# Number of first-party subdomains: $(./filter_out_explicit.py dist/firstparty-trackers.txt | wc -l)" | ||||
|     echo | ||||
|     cat dist/firstparty-trackers.txt | while read host; | ||||
|     do | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue