Please submit hw0.script
to the Gradescope HW0 assignment. This is linked through Canvas, or you can go directly through Gradescope.
You will likely want to move your file from Seaside 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]@seaside.cs.washington.edu:~/udrive/cse374/hw0/hw0.script ./
This will move your file to whatever directory you are in when you use it.
Tip
See more detailed instructions in the Setup section.
In the future, you can also access files on your udrive
with VSCode, but it is definitely worth getting scp
to work a few times so you know how to use it.