summaryrefslogtreecommitdiff
path: root/update.sh
blob: af9cf5013267edd0522572a9b7d5212241f53776 (plain)
1
2
3
4
5
6
#!/bin/sh

git pull --recurse
curl https://fonts.google.com/metadata/stats | \
	# First line is junk.
	sed -n -e '2,$p' > popularity.json