Write a script called myscript which will do the following:
- display today's date
- print out "Homework 5"
- compile the source file myself.c (from your first unix assignment) and produce the executable file called myself.
- It should then execute myself
Hand in the script and output.