Skip to content

FusionSid/Shell-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bash-Scripts

These are scripts I can use in terminal to automate tasks.

Quick Commit qcommit.sh

Instead of doing this everytime:

git pull
git add .
git commit -m "Edit"
git push

I can just put the qcommit.sh file in my project file and then all I have to do is go:

bash qcommit.sh Edit

Whats my ip? ip.sh

Instead of having to memorise my ip address or have to google it / ifconfig it everytime I can just use:

bash ip.sh

in terminal to quickly get my ip address

But i found out how to make this EVEN FASTER

by adding

alias ip="bash ip.sh"

in my .zshrc file i dont have to type bash ip.sh i just can type ip in terminal and BOOM i get my ip

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages