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
- Host: GitHub
- URL: https://github.com/beaglefoot/advanced-bash-scripting-guide-code-highlight
- Owner: Beaglefoot
- Created: 2020-09-12T15:04:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-03T13:12:07.000Z (almost 4 years ago)
- Last Synced: 2025-02-03T23:54:51.337Z (3 months ago)
- Topics: bash, book, scripting
- Language: HTML
- Homepage: https://beaglefoot.github.io/advanced-bash-scripting-guide-code-highlight/
- Size: 3.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advanced Bash-Scripting Guide

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.