Skip to content

h4ckdk/Bash_Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

INSTALLATION

Simple Method

 git clone https://github.com/h4ckdk/Bash_Script.git
 cd Bash_Script 
 chmod +x auto.sh
 ./auto.sh 

Another Method

step1:-

To create a directory within your home directory in the terminal.

mkdir ~/bin

step2:-

Add the ~/bin folder to your path.

#open your .zshrc file or .bashrc file
cd ~
nano .zshrc

Add code to the end of the line in a .zshrc file

if [ -d ~/bin ]
then
   PATH=$PATH:~/bin
fi

step3:-

 git clone https://github.com/h4ckdk/Bash_Script.git
 cd Bash_Script 
 chmod +x auto.sh
 mv auto.sh auto        #file name changed

step4:-

The following command to move the file to the ~/bin/ directory:

 mv auto ~/bin/

Screenshots

github

About

Managing Services like MySQL, Apache, and Tor

Topics

Resources

Stars

Watchers

Forks

Languages