Just a hodgepodge of shell utilities that I'll likely use in various places.
Go to file
colin 95aba9a28e Update src/dockerutils.sh 2024-07-24 16:28:21 +00:00
src Update src/dockerutils.sh 2024-07-24 16:28:21 +00:00
README.md Add README.md 2024-07-21 13:03:31 +00:00
install.sh Update install.sh 2024-07-21 13:04:44 +00:00

README.md

Shell Utilities Installation

This repository provides utilities for managing Docker Swarm and other Docker-related tasks. The install.sh script can be used to download and install any specified shell script from this repository into /etc/profile.d/.

Installation

To install a script, run the following command:

curl -s https://git.nixc.us/colin/shell-utils/raw/branch/main/install.sh | sudo bash -s <script-name>.sh

Example

To install the dockerutils.sh script using the one-liner:

curl -s https://git.nixc.us/colin/shell-utils/raw/branch/main/install.sh | sudo bash -s dockerutils.sh