This repository contains simple and useful Bash scripts.
Each script is a separate file and can be run directly in the terminal.
-
Clone this repository:
git clone https://github.com/vijaydurai-git/bash-scripting.git cd bash-scripting -
Make the script executable:
chmod +x scriptname.sh
-
Run the script:
./scriptname.sh
- Linux or macOS system
- Bash shell installed
Add your own .sh file with a short description and comments.
Make sure it starts with #!/bin/bash.
This project is licensed under the MIT License.