#!/bin/bash # $USER is your utorid mkdir -p /virtual/$USER cd /virtual/$USER # this is quite large!! scp -r $USER@dh2020pc01.utm.utoronto.ca:/virtual/arnold/a2 . echo "unpack with 7z x kali-linux-2017.2-vm-amd64.7z" echo "Make sure networking is set to host only"