hashkitti001 / acp_script

A shell script to smoothen my workflow on the ALX SE program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ACP Script documentation

The acp script is a Bash script that adds execute permission to files in your current working directory, adds, commits and pushes them to Git.

To install,

git clone https://github.com/hashkitti001/acp_script.git

First add, execute permissions

by

chmod u+x acp

Enter into the cloned repo directory

cd acp_script

Move it to the bin folder

mv acp /bin

Then run with just

acp <Your commit message>

About

A shell script to smoothen my workflow on the ALX SE program


Languages

Language:Shell 100.0%