#!/bin/bash #Make this file executable (chmod 700 script) and run (./script) to download the #necessary files to a working area.. wget https://web.engr.oregonstate.edu/~traylor/ece473/x_inclass/interrupts/x_tc0_volatile_skel.c #wget https://www.ece.orst.edu/~traylor/ece473/x_inclass/interrupts/tc0_whats_happening.pdf wget https://web.engr.oregonstate.edu/~traylor/ece473/x_inclass/interrupts/Makefile