The contents of the file are given below. Name the file hello.c. #include #include int main() { printf("hello your-name-here\n"); exit(0); } Now, Change the hello program to print out your name. Type "script" to begin recording all output. Display your program by typing "cat hello.c". Now recompile your new program and run it. Type "exit" to end the recording session. The output file is called "typescript". Print out this file. (You might want to transfer it to your local machine first using WINSCP.)