Please submit hw0.script to the Gradescope HW0 assignment. This is linked through Canvas, or you can go directly through Gradescope.

You will need to move your file from cancun to your local machine and use the web interface for Gradescope.

In order to accomplish this,

  • if you’re using VS Code, open up Terminal (Mac) or Command Prompt (Windows), but do not SSH into cancun
  • if you’re using Terminal/Command Prompt, use exit to exit out of cancun

and on your local machine (i.e., without having SSH-ed into cancun), run scp:

scp [netid]@cancun.cs.washington.edu:~/cse374/hw0/hw0.script ./
This will move your file to whatever directory you are in when you use it.

Warning

If you’re using VS Code with the SSH extension, you cannot use this command in the VS Code terminal. We recommend using your operating system’s terminal application instead.

Tip

See more detailed instructions in the Setup section.

In the future, you can also access files on cancun with VSCode, but it is definitely worth getting scp to work a few times so you know how to use it.