#!/bin/bash # $USER is your utorid mkdir -p /virtual/$USER cd /virtual/$USER scp $USER@dh2020pc01.utm.utoronto.ca:/virtual/assignment1/RH72LabImage_A1_2016.zip . echo "149f96fa34f102d9e5ebd453f9344775 RH72LabImage_A1_2016.zip" | md5sum -c - echo "Did you check whether the md5sum worked out!!!!!" echo "Below is the real md5sum!!" echo "205b9ce547d3d9dbd19e985f6af7103a RH72LabImage_A1_2016.zip" | md5sum -c - unzip RH72LabImage_A1_2016.zip rm RH72LabImage_A1_2016.zip