- Open a terminal on your system.
- Run the following command to clone the repository:
git clone https://github.com/SohagHossen/Bash_Script.git
- Change into the repository directory:
cd Bash_Script
Check Available Files:
ls -l
If the script is not executable, make it executable using:
chmod +x script_name.sh
Execute the script using:
./script_name.sh
bash script_name.sh