Welcome to the sh-utils repository! Here you will find a variety of Bash shell utilities and scripts aimed at simplifying your work.
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.
Automates Kubernetes installation on Ubuntu versions 20.04 through 22.04.
Automates Docker installation on Ubuntu versions 20.04 through 22.04.
Simplifies migration of Git repository remote URLs, updating them based on user-defined rules using sed
.
To use scripts from this repository, clone or download the repository and execute scripts using curl
and bash
.
# 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>
Contributions are welcome! To contribute to sh-utils - see Contribution Guidelines
This project is licensed under the GNU GPL License - see the LICENSE file for details.