Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rynkowsg/shell-gr

A collection of common utilities I use in my shell scripts.
https://github.com/rynkowsg/shell-gr

bash shell

Last synced: about 2 months ago
JSON representation

A collection of common utilities I use in my shell scripts.

Awesome Lists containing this project

README

        

# shell-gr

[![CircleCI Build Status][ci-build-badge]][ci-build]
[![License][license-badge]][license]

A collection of common utilities that I use in my shell scripts,
all rounded up thanks to [sosh](https://github.com/rynkowsg/sosh).

Just a heads-up, this is mostly for my own use, so things might shift around a bit.
**Use at your own risk**.

## Motivation

I just needed a spot to keep all the bits and pieces I use in different projects,
so I wasn't always copy-pasting or even reinventing the wheel.
This repo is my fix for that.

## License

Copyright © 2024 Greg Rynkowski

Released under the [MIT license][license].

[ci-build-badge]: https://circleci.com/gh/rynkowsg/shell-gr.svg?style=shield "CircleCI Build Status"
[ci-build]: https://circleci.com/gh/rynkowsg/shell-gr
[license-badge]: https://img.shields.io/badge/license-MIT-lightgrey.svg
[license]: https://raw.githubusercontent.com/rynkowsg/shell-gr/main/LICENSE