You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# 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.
3
10
4
11
## Reading List
5
12
@@ -35,9 +42,3 @@ A collection of hand-crafted bash scripts for various common tasks.
35
42
36
43
For my Fish shell functions, snippets, and reading list see here:
37
44
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