Skip to content
master
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.

bash-utils

A collection of my hand-crafted bash scripts and helper functions for various common tasks.

Code Layout

  • bin/ is a collection of finished scripts, for doing everything you need to do related to a specific task (e.g. dns can both set and fetch DNS values from a variety of providers)
  • lib/ is a collection of adapters to interact with 3rd party tools or scripts, e.g. cloudflare/letsencrypt/etc
  • util/ is a collection of pure bash functions to make development in bash easier e.g. logging/configuration/error handling/etc.

Reading List

For my Fish shell functions, snippets, and reading list see here:
https://github.com/pirate/fish-functions

If any of these links are down, see https://archive.sweeting.me or https://archive.org for mirrors.

About

A collection of hand-crafted bash scripts for various common tasks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published