Skip to content

Commit fb02626

Browse files
authored
Added package "bash-util-lib" (#60)
1 parent 098361a commit fb02626

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

_posts/2022-11-12-bash-util-lib.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
```bash
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

Comments
 (0)