Here is a sample output from a run of my shell program after only implementing the initial steps in the Strategy section of the lab.

Note: This program does not fork any processes to execute the fake commands apple and banana or your game of life program: the program is simply printing out debugging information that will help you test your code.

cs31shell> apple
Running in the foreground: apple
cs31shell> ./gol oscillator.txt 1
Running in the foreground: ./gol oscillator.txt 1
cs31shell> banana &
Running in the background: banana &
cs31shell> exit
exiting shell