This repository contains a collection of Bash scripts developed for personal use. These scripts are designed to automate various tasks and can be useful for developers, system administrators, or anyone looking to enhance productivity through shell scripting.
- A variety of Bash scripts for different use cases.
- Easy to customize for personal needs.
- Lightweight and efficient.
- Clone the repository:
git clone https://github.com/your-username/your-repo-name.git
- Navigate to the directory:
cd your-repo-name
- Make the scripts executable:
chmod +x *.sh
Run any script by executing:
./script-name.sh
Make sure to read the comments within each script for specific instructions and requirements.
A brief overview of the scripts included:
- folder-generator.sh: Automate the creation of folders.
- file-generator.sh: Automate the creation of files.
Feel free to explore the scripts and modify them to suit your needs.
Contributions are welcome! If you have suggestions for improvements or new scripts to add, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.