#!/bin/ksh
cd /home1/m/mm64/public_html/INFO1-CE9265/src/color
rm -f junk.html #Remove the existing junk.html file, if any
g++ main.C color.C #Create the executable file a.out.
./a.out > junk.html #Direct the program's standard output to junk.html.
chmod 444 junk.html #Change the 9 permission bits to r--r--r--.