summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rw-r--r--update.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/update.sh b/update.sh
new file mode 100644
index 0000000..af9cf50
--- /dev/null
+++ b/update.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+git pull --recurse
+curl https://fonts.google.com/metadata/stats | \
+ # First line is junk.
+ sed -n -e '2,$p' > popularity.json