summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorArghKevin <kagheli@student.sdccd.edu>2024-05-08 00:07:12 -0700
committerArghKevin <kagheli@student.sdccd.edu>2024-05-08 00:07:12 -0700
commitada80f74d26a632c1d6960f04f773f4fe51fc10d (patch)
tree8e68c1b5f35d5c14bb9093fa4f792329361d3995 /update.sh
parent9ac10f4ae9ab23f030084b766610741c2e9c1c0c (diff)
Basic CSV parsing.
Diffstat (limited to 'update.sh')
-rw-r--r--update.sh3
1 files changed, 2 insertions, 1 deletions
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