Update request to curl

This commit is contained in:
Andros Fenollosa
2019-10-13 19:01:22 +02:00
parent 3275226ab5
commit de49bade47
3 changed files with 10 additions and 23 deletions

View File

@ -14,3 +14,6 @@ prepare: ## Download and format csv with domains
run: ## Run checks
lein run
calculate: ## Calculate the percentage
(awk 'END {print NR}' resources/top-1m.csv) / (cat resources/top-1m.csv | grep ',true' | wc -l)