We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098361a commit fb02626Copy full SHA for fb02626
_posts/2022-11-12-bash-util-lib.md
@@ -0,0 +1,32 @@
1
+---
2
+layout: post
3
+title: "bash-util-lib"
4
+description: "Bash Utility Library"
5
+category: bash
6
+tags: [cli, util, lib]
7
8
+# Bash-Util-Lib - Bash Utility Library
9
+
10
+A library of bash utility functions (from output colors to parameter processing) for use in small projects.
11
12
13
+## Install
14
15
+```bash
16
+bpkg install [-g] wsi-services/bash-util-lib
17
+```
18
19
20
+## Usage
21
22
23
+source "deps/bash-util/bash-util-lib.sh"
24
25
26
27
+## Links
28
29
+* [Source Code (GitHub)](https://github.com/WSI-Services/bash-util-lib)
30
+* [Author: Sam Likins](https://github.com/samlikins)
31
32
+{% include JB/setup %}
0 commit comments