diff options
author | ArghKevin <kagheli@student.sdccd.edu> | 2024-05-08 00:07:12 -0700 |
---|---|---|
committer | ArghKevin <kagheli@student.sdccd.edu> | 2024-05-08 00:07:12 -0700 |
commit | ada80f74d26a632c1d6960f04f773f4fe51fc10d (patch) | |
tree | 8e68c1b5f35d5c14bb9093fa4f792329361d3995 /update.sh | |
parent | 9ac10f4ae9ab23f030084b766610741c2e9c1c0c (diff) |
Basic CSV parsing.
Diffstat (limited to 'update.sh')
-rw-r--r-- | update.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |