diff options
author | ArghKevin <kagheli@student.sdccd.edu> | 2024-04-29 13:32:18 -0700 |
---|---|---|
committer | ArghKevin <kagheli@student.sdccd.edu> | 2024-04-29 13:32:18 -0700 |
commit | b91b582d8a6c0b2e78a20a517c6e0d3b036725d8 (patch) | |
tree | 615a0ed4830a3ef1b17ec505001771962a5933f1 /update.sh | |
parent | 55669ea76c7a08dfbaca5898070404c0f60d476d (diff) |
Week 2. Stubs. Start of GUI.
Diffstat (limited to 'update.sh')
-rw-r--r-- | update.sh | 6 |
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 |