Skip to content

Commit

Permalink
[#78][Crum/Augmentations] Dawoud Pages and Notes Live in the Same Sheet.
Browse files Browse the repository at this point in the history
This is it (if you can access it):

https://docs.google.com/spreadsheets/d/1OVbxt09aCxnbNAt4Kqx70ZmzHGzRO1ZVAa2uJT9duVg/edit.

You can curl the full URL, but you probably can't view it using this URL
unless your Gmail account has been granted access to it.
  • Loading branch information
pishoyg committed Aug 14, 2024
1 parent 12b83d5 commit fb99835
Show file tree
Hide file tree
Showing 2 changed files with 3,361 additions and 3,361 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@ crum: $(shell find dictionary/marcion.sourceforge.net/ -type f)
crum_dawoud: FORCE
curl -L \
"https://docs.google.com/spreadsheets/d/e/2PACX-1vTItxV4E4plQrzjWLSea85ZFQWcQ4ba-p2BBIDG9h5yI0i9URn9GD9zZhxEj8kVI7jhCoPWPEapd9D7/pub?output=tsv" \
| cut --fields 1,2 \
| cut --fields 1,3 \
> "dictionary/marcion.sourceforge.net/data/marcion-dawoud/marcion_dawoud.tsv"

crum_notes: FORCE
curl -L \
"https://docs.google.com/spreadsheets/d/e/2PACX-1vRi-3twJ_GWXhvbeXU9cxtmHc6j1rY8XJI7pggMyG3EP5KZHrK__S7GQmwMm8tGelPHU2ye6mZMo831/pub?output=tsv" \
| cut --fields 1,2 \
"https://docs.google.com/spreadsheets/d/e/2PACX-1vTItxV4E4plQrzjWLSea85ZFQWcQ4ba-p2BBIDG9h5yI0i9URn9GD9zZhxEj8kVI7jhCoPWPEapd9D7/pub?output=tsv" \
| cut --fields 1,4 \
> "dictionary/marcion.sourceforge.net/data/notes/notes.tsv"

crum_img: $(shell find dictionary/marcion.sourceforge.net/data/ -type f)
Expand Down
Loading

0 comments on commit fb99835

Please sign in to comment.