#Things to do.
- Q1.sh
#Write a shell script that asks user for its name. Creates a folder of his name and then creates a file inside that folder with his name.cpp.
- Q2.sh
#Write a shell script that asks user for its name. Creates a folder of his name and then creates 5 files inside that folder with his name and ending with numbers 1-5.cpp. #Example Subhankar1.cpp, Subhankar2.cpp and so on.