Author – Ehtisham Hassan
A collection of Bash scripts designed to automate common tasks and improve productivity.
These scripts are written primarily for Linux, but most can also run on macOS and Windows (if you install a Bash-compatible environment).
- Automate repetitive daily tasks
- Easy to modify and customize
- Organized by categories for quick navigation
- Open-source and free to use
- Clone the repository:
git clone https://github.com/ehti-90/Bash-scripts.git cd Bash-scripts
- Change file permission : chmod +x script-name.sh
- Run script according to its readme file.