A repository of all my personal bash scripts that I enjoy making.
This repository is a collection of various bash scripts that I have created for different purposes. These scripts are designed to simplify and automate various tasks.
A Egg Live app launcher and port forwarding tool. See docs/egg.md.
A Egg Live script that simplifies starting a development task and links GitHub with Jira. See docs/awt.md.
Multi-repo GitHub branch protection manager focused on required PR approvals. See docs/branch-lock.md for full configuration, usage, flags, and testing.
To use any of the scripts, simply clone the repository and run the desired script from your terminal.
git clone https://github.com/yourusername/bash.git
cd bash
./script_name.shReplace script_name.sh with the name of the script you want to run.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature-branch). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Detailed docs for each script live in docs/: