https://github.com/ardikabs/libsh
A collection of shell scripts designed to automate and simplify various tasks
https://github.com/ardikabs/libsh
shell-scripts toolkit
Last synced: over 1 year ago
JSON representation
A collection of shell scripts designed to automate and simplify various tasks
- Host: GitHub
- URL: https://github.com/ardikabs/libsh
- Owner: ardikabs
- License: mit
- Created: 2024-06-15T04:28:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T12:45:16.000Z (about 2 years ago)
- Last Synced: 2025-02-01T23:27:02.404Z (over 1 year ago)
- Topics: shell-scripts, toolkit
- Language: Shell
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⚒️ libsh
This repository is a collection of shell scripts designed to automate and simplify various tasks. Each script in this collection serves a unique purpose and is designed with efficiency and ease-of-use in mind.
## Installation
You can install the scripts by downloading them from [the release page](https://github.com/ardikabs/libsh/releases), where they are available as a `scripts.zip` file.
Or you can download it with installer script like below:
```bash
# Normal
curl -s "https://raw.githubusercontent.com/ardikabs/libsh/main/install.sh" | sudo bash
# With specified version
curl -s "https://raw.githubusercontent.com/ardikabs/libsh/main/install.sh" | VERSION=latest sudo bash
# With custom script and shared directory
curl -s "https://raw.githubusercontent.com/ardikabs/libsh/main/install.sh" | SCRIPT_DIR="/path/to/script/bin" SHARED_DIR="/path/to/shared/dir" sudo bash
```
## Script Status
| Name | Status | About |Documentation |
| ----------- | ------ | ------ | ------------- |
| `dpl` | Active | A toolkit to simplify deployment with ArgoCD | [Link](docs/dpl/README.md) |
| `tfx` | Active | A thin wrapper script for Terraform to work with multiple directories | [Link](docs/tfx/README.md) |
## Contributing
> WIP
## License
[MIT](./LICENSE)