Azzedine-prog / linux-automation

linux automation tools developped by azzedine

Repository from Github https://github.comAzzedine-prog/linux-automationRepository from Github https://github.comAzzedine-prog/linux-automation

linux-automation

linux automation tools developped by azzedine , sipmle tools but effective in routines.

ccompile:

ccompile : is a simple tool that use gcc to execute your c files and give you output and option of deleting temporary files.

how to install

  1. first : cd linux-automation/ccompile
  2. secondly : sudo chmod +x install.sh && ./install.sh to execute a c file : ccompile [name of c file] [name of output]
  3. enjoy

cppcompl:

ccompile : is a simple tool that use g++ to execute your c++ files and give you output and option of deleting temporary files.

how to install

  1. first : cd linux-automation/c++compile
  2. secondly : sudo chmod +x install.sh && ./install.sh to execute a c++ file : cppcompl [name of c++ file] [name of output]
  3. enjoy

git-auto:

git-auto : git adding and commiting and pushing is getting more robotic so this tool will siplify those steps

how to install

  1. 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
  2. enjoy
from azzedine lakhdar

About

linux automation tools developped by azzedine

License:Apache License 2.0


Languages

Language:Shell 97.5%Language:C 2.5%