README-runProgram.c ------------------------------------------------------------------------------- Group 390 Jon Kerr (jtk214) Julia Bell (jbell0) Description ------------------------------------------------------------------------------- This plug-in runs a binary program located on the user's computer. The program does not have to be a plug-in for esh and requires no special compilation instructions. How to use ------------------------------------------------------------------------------- Type the name of a binary program located in any folder specified by the PATH environment variable, or the path name of a program. Relative path names are allowed. Example: > make --> This command will run GNU make, located in a PATH folder, assuming it is installed on your computer. > ./helloWorld --> This command will run the program called 'helloWorld', located in the current folder.