Compilation shell script #!/gnu/usr/bin/bash g++ -Wall -g -c file1.cc g++ -Wall -g -c file2.cc g++ -Wall -g -o prog file1.o file2.o