Please submit hw1.script
to the Gradescope HW1 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/hw1/hw1.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 of hw0.
In the future, you can also access files on your udrive/cse374
or cse374
with VSCode, but it is definitely worth getting scp
to work a few times so you know how to use it.