Skip to content

Welcome to the sh-utils repository! This repository hosts a collection of useful Bash shell utilities and scripts.

License

Notifications You must be signed in to change notification settings

GabrielJuliao/sh-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to sh-utils!

Welcome to the sh-utils repository! Here you will find a variety of Bash shell utilities and scripts aimed at simplifying your work.

Overview

This repository contains a growing collection of Bash shell utilities and scripts. Each script is designed to provide solutions for specific challenges and is accompanied by documentation to help you understand its purpose and usage.

Scripts

Ubuntu Kubernetes Installation

Automates Kubernetes installation on Ubuntu versions 20.04 through 22.04.

Ubuntu Docker Installation

Automates Docker installation on Ubuntu versions 20.04 through 22.04.

Git Repository URL Migration

Simplifies migration of Git repository remote URLs, updating them based on user-defined rules using sed.

Usage

To use scripts from this repository, clone or download the repository and execute scripts using curl and bash.

Example Usage

# By cloning the repository
git clone https://github.com/GabrielJuliao/sh-utils.git
cd sh-utils/<script-dir>
chmod +x <desired-script>
./<desired-script>

# OR

# Using curl | bash
curl -s https://raw.githubusercontent.com/GabrielJuliao/sh-utils/main/<script-dir>/<desired-script>.sh | bash -s -- <script-args>

Contributing

Contributions are welcome! To contribute to sh-utils - see Contribution Guidelines

License

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

About

Welcome to the sh-utils repository! This repository hosts a collection of useful Bash shell utilities and scripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages