Skip to content

Commit 8496f4f

Browse files
authored
Update README.md
1 parent 0d5cbbb commit 8496f4f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# bash-utils
2-
A collection of hand-crafted bash scripts for various common tasks.
2+
3+
A collection of hand-crafted bash scripts and helper functions for various common tasks.
4+
5+
## Code Layout
6+
7+
- `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)
8+
- `lib/` is a collection of adapters to interact with 3rd party tools or scripts, e.g. cloudflare/letsencrypt/etc
9+
- `util/` is a collection of pure bash functions to make development in bash easier e.g. logging/configuration/error handling/etc.
310

411
## Reading List
512

@@ -35,9 +42,3 @@ A collection of hand-crafted bash scripts for various common tasks.
3542

3643
For my Fish shell functions, snippets, and reading list see here:
3744
https://github.com/pirate/fish-functions
38-
39-
## Code Layout
40-
41-
- `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)
42-
- `lib/` is a collection of adapters to interact with 3rd party tools or scripts, e.g. cloudflare/letsencrypt/etc
43-
- `util/` is a collection of pure bash functions to make development in bash easier e.g. logging/configuration/error handling/etc.

0 commit comments

Comments
 (0)