X-Git-Url: https://code.communitydata.science/coldcallbot-discord.git/blobdiff_plain/0d3bd05ff2f414fe0030f40f610561677afaffb2..d8e662b5c3f43a682a64dbc8da33290977692b98:/data/download_data.sh diff --git a/data/download_data.sh b/data/download_data.sh new file mode 100755 index 0000000..8687509 --- /dev/null +++ b/data/download_data.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +wget 'https://docs.google.com/spreadsheets/d/FIXME/export?gid=FIXME&format=tsv' -O 'student_information.tsv' +