HW6: The runcode script The assignment builds on your experience from homework 5. Write a ksh (Unix shell) script that is executed by typing: runcode some_code at the shell prompt. The script has the following actions: The file some_code.c is compiled The executable file some_code.x is created some_code.x is executed and its output stored in the new file some_code.OUT The file referred to by some_code above can be ANY C code. You may use my_name.c from homework 5 to test your script. toteach will use some other C code to test your script. What to send to toteach? toteach 6 runcode NOTE: runcode must be an executable file! Use chmod to make it executable.