From ada80f74d26a632c1d6960f04f773f4fe51fc10d Mon Sep 17 00:00:00 2001 From: ArghKevin Date: Wed, 8 May 2024 00:07:12 -0700 Subject: Basic CSV parsing. --- update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index af9cf50..361bcfd 100644 --- a/update.sh +++ b/update.sh @@ -1,6 +1,7 @@ #!/bin/sh -git pull --recurse +#git pull --recurse +curl -LO https://raw.githubusercontent.com/google/fonts/main/tags/all/families.csv curl https://fonts.google.com/metadata/stats | \ # First line is junk. sed -n -e '2,$p' > popularity.json -- cgit v1.2.3