Thanks to visit codestin.com
Credit goes to github.com

Skip to content

galiprandi/bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bash Scripts Collection

A repository of all my personal bash scripts that I enjoy making.

Table of Contents

About

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.

Scripts

egg

A Egg Live app launcher and port forwarding tool. See docs/egg.md.

awt

A Egg Live script that simplifies starting a development task and links GitHub with Jira. See docs/awt.md.

branch-lock

Multi-repo GitHub branch protection manager focused on required PR approvals. See docs/branch-lock.md for full configuration, usage, flags, and testing.

Usage

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.sh

Replace script_name.sh with the name of the script you want to run.

Contribution

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Documentation

Detailed docs for each script live in docs/:

About

A repository of all my bash scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages