An open API service indexing awesome lists of open source software.

https://github.com/beaglefoot/advanced-bash-scripting-guide-code-highlight

"Advanced Bash-Scripting Guide" with code highlights
https://github.com/beaglefoot/advanced-bash-scripting-guide-code-highlight

bash book scripting

Last synced: about 1 month ago
JSON representation

"Advanced Bash-Scripting Guide" with code highlights

Awesome Lists containing this project

README

        

# Advanced Bash-Scripting Guide

![github pages status](https://github.com/Beaglefoot/advanced-bash-scripting-guide-code-highlight/workflows/github%20pages/badge.svg)

An already classic "Advanced Bash-Scripting Guide" book now with code highlights and dark theme.

Current version is deployed [here](https://beaglefoot.github.io/advanced-bash-scripting-guide-code-highlight/).

Original can be found [here](https://tldp.org/LDP/abs/html/index.html).

## How to build

#### Install dependencies

```sh
npm install
```

#### Build new html-files with styles injections

```sh
npm run build
```

#### Now find your copy inside `docs/` directory.