linux automation tools developped by azzedine , sipmle tools but effective in routines.
ccompile : is a simple tool that use gcc to execute your c files and give you output and option of deleting temporary files.
- first    :  cd linux-automation/ccompile
- secondly : sudo chmod +x install.sh && ./install.shto execute a c file : ccompile [name of c file] [name of output]
- enjoy
ccompile : is a simple tool that use g++ to execute your c++ files and give you output and option of deleting temporary files.
- first    :  cd linux-automation/c++compile
- secondly : sudo chmod +x install.sh && ./install.shto execute a c++ file : cppcompl [name of c++ file] [name of output]
- enjoy
git-auto : git adding and commiting and pushing is getting more robotic so this tool will siplify those steps
- do : sudo chmod +x git-auto/git-auto && ./install.sh/ in windows git no sudo needed
 to work with it :sh git-auto/git-auto [name of the commit]for now it's under developpement
- enjoy