Skip to content

This are the tools that I use to automate DevOps processes in my own projects. This is a work in progress

Notifications You must be signed in to change notification settings

jaredatandi/Shell_Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shell scripts.

The scripts used here are to help me automate repetitive tasks

Tecnology use

  • Bash

The Tools

Tool Description
build A tool that compiles C programs with all the necessary flags and warnings. gcc -Wall -pedantic -Werror -Wextra -std=gnu89. It takes at least one argument and gives an error if no argument is passed. The script was inspired by betty script used by ALX and created by Holberton school
.vimrc vim editor settings to simplifies and making working with C files on the terminal easy.
add A tool to replace the long git add (file)
commit A tool to replace git commit -m ensures I comment the file name correctly
update A tool to replace git commit -m update message with git commit -m update file name
push A tool to replace git push
clean A tool to remove trailling while space created by Osala

Known bugs.

The script build does not give an error message

Usage.

Move the script to $PATH before using them. Don't forget to give them excution permissions, use chmod a+x

About

This are the tools that I use to automate DevOps processes in my own projects. This is a work in progress

Topics

Resources

Stars

Watchers

Forks