Please submit echo_error.sh, slugify.sh, get_one_article.sh, download_articles, extract_simple_links.sh, extract_all_links.sh, extract_categories.sh, extract_citations.sh to the Gradescope HW2 assignment. This is linked through Canvas, or you can go directly through Gradescope. There are quite a few scripts to submit, please make sure you have everything. For future homework we will be using GitLab for submission.

You will likely want to move your file from Calgary to your local machine and use the web interface for Gradescope.

In order to accomplish this, you can use scp from the command-line window on your local machine:

scp [netid]@calgary.cs.washington.edu:~/cse374/hw2/echo_error.sh ./
scp [netid]@calgary.cs.washington.edu:~/cse374/hw2/slugify.sh ./
scp [netid]@calgary.cs.washington.edu:~/cse374/hw2/get_one_article.sh ./
scp [netid]@calgary.cs.washington.edu:~/cse374/hw2/download_articles.sh ./
scp [netid]@calgary.cs.washington.edu:~/cse374/hw2/extract_simple_links.sh ./
scp [netid]@calgary.cs.washington.edu:~/cse374/hw2/extract_all_links.sh ./
scp [netid]@calgary.cs.washington.edu:~/cse374/hw2/extract_categories.sh ./
scp [netid]@calgary.cs.washington.edu:~/cse374/hw2/extract_citations.sh ./

This will move your file to whatever directory you are in when you use it.