A very simple bash script to compile and run C files for GCC compiler
Note: I use Git Bash for Windows so the instructions might differ from Linux and Bash environment.
- Inside Git installation folder under Program Files go to usr/bin.
- Make three bash script files named comc.sh, runc.sh, comrunc.sh containing the code below:
comc.sh