Skip to content

This is a program that will take a command list(txt) and execute all the commands in C and print the output only to the desired output directory. Version 2(prog03_v2) does the same exact thing but uses fork to optimize it a bit. Version 3(prog03_v3) Does the exact same thing but uses fork and exec to optimize the application!

License

Notifications You must be signed in to change notification settings

John4064/System-Commands

Repository files navigation

System Commands

This is a program that will take a command list(txt) and execute all the commands in C and print the output only to the desired output directory. Version 2(prog03_v2) does the same exact thing but uses fork to optimize it a bit. Version 3(prog03_v3) Does the exact same thing but uses fork and exec to optimize the application!

Installation

Clone the repo

Usage

From the src scripts directory run the start scipt

bash buildandxecute.sh

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

This is a program that will take a command list(txt) and execute all the commands in C and print the output only to the desired output directory. Version 2(prog03_v2) does the same exact thing but uses fork to optimize it a bit. Version 3(prog03_v3) Does the exact same thing but uses fork and exec to optimize the application!

Topics

Resources

License

Stars

Watchers

Forks