run-gcc is a versatile Bash script designed to simplify the process of compiling and running C and C++ programs. It provides features such as input/output handling ...
Just a simple Bash Script to run C programs. Instead of compiling and running the C programs each time, I made a simple Bash Script to take care of it. By just calling ./script file1.c file2.c in the ...