From b91b582d8a6c0b2e78a20a517c6e0d3b036725d8 Mon Sep 17 00:00:00 2001 From: ArghKevin Date: Mon, 29 Apr 2024 13:32:18 -0700 Subject: Week 2. Stubs. Start of GUI. --- update.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 update.sh (limited to 'update.sh') 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 -- cgit v1.2.3