Start by creating a week11 subdirectory, and copy over some files:
cd cd cs31/weeklylabs mkdir week11 cd week11 pwd /home/you/cs31/weeeklylabs/week11/ cp ~newhall/public/week11/* . ls Makefile README signalexample.cWe are going to look at a simple example of a program that has a singal handler on SIGCONT, and we will look at what happens when we send it a SIGCONT signal.