Question
Script 4 - Putting them together Write a script that invokes the previous two scripts you wrote together to create a complete C or C++
Script 4 - Putting them together Write a script that invokes the previous two scripts you wrote together to create a complete C or C++ template file including the header comment Hint: https://tldp.org/LDP/abs/html/here-docs.html Syntax: ./cCodeMaker.sh [-cl-cpp] [name] [description] -o [outputfile] Use Case: ./cCodeMaker.sh -cpp\"John Doe\" \"This is a test\" Output: Ruthor: John Doe Date: 09/15/2020 Description: This is a text */ Sinclude ciostream include using namespace std; int main(int arge, char** argv) // TODO: Main code return 0; Use Case: ./cCodeMaker.sh-cpp \"John Doe\" \"This is a test\" -o test.cpp Output: Created file text.cpp -If the user looks at test.cpp 1- Author John Doe Date: 09/15/2020 Description: This is a test include using namespace etdi int main(int arge, char** arg) 1 I/TODOI Main code
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started