Skip to content

Commit 52cdaaf

Browse files
Added Indexing To Readme (bobbyiliev#29)
* Added Index Hyperlink * Added Index Hyperlink
1 parent c8048dd commit 52cdaaf

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed

README.md

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -28,29 +28,30 @@ To download a copy of the ebook use one of the following links:
2828

2929
The first 13 chapters would be purely focused on getting some solid Bash scripting foundations then the rest of the chapters would give you some real life examples and scripts.
3030

31-
* **About the book**
32-
* **Introduction to Bash scripting**
33-
* **Bash Structure**
34-
* **Bash Hello World**
35-
* **Bash Variables**
36-
* **Bash User Input**
37-
* **Bash Comments**
38-
* **Bash Arguments**
39-
* **Bash Arrays**
40-
* **Bash Conditional Expressions**
41-
* **Bash Conditionals**
42-
* **Bash Loops**
43-
* **Bash Functions**
44-
* **Debugging, testing and shortcuts**
45-
* **Creating custom bash commands**
46-
* **Write your first Bash script**
47-
* **Creating an interactive menu in Bash**
48-
* **Executing BASH scripts on Multiple Remote Servers**
49-
* **Work with JSON in BASH using jq**
50-
* **Working with Cloudflare API with Bash**
51-
* **BASH Script parser to Summarize Your NGINX and Apache Access Logs**
52-
* **Sending emails with Bash and SSMTP**
53-
* **Wrap Up**
31+
* [**About the book**](ebook/en/content/000-about-the-author.md)
32+
* [**Introduction to Bash scripting**](ebook/en/content/001-introduction-to-bash.md)
33+
* [**Bash Structure**](ebook/en/content/002-bash-structure.md)
34+
* [**Bash Hello World**](ebook/en/content/003-bash-hello-world.md)
35+
* [**Bash Variables**](ebook/en/content/004-bash-variables.md)
36+
* [**Bash User Input**](ebook/en/content/005-bash-user-input.md)
37+
* [**Bash Comments**](ebook/en/content/006-bash-comments.md)
38+
* [**Bash Arguments**](ebook/en/content/007-bash-arguments.md)
39+
* [**Bash Arrays**](ebook/en/content/008-bash-arrays.md)
40+
* [**Bash Conditional Expressions**](ebook/en/content/009-bash-conditional-expressions.md)
41+
* [**Bash Conditionals**](ebook/en/content/010-bash-conditionals.md)
42+
* [**Bash Loops**](ebook/en/content/011-bash-loops.md)
43+
* [**Bash Functions**](ebook/en/content/012-bash-functions.md)
44+
* [**Debugging, testing and shortcuts**](ebook/en/content/013-debugging-and-testing.md)
45+
* [**Creating custom bash commands**](ebook/en/content/014-creating-custom-bash-commands.md)
46+
* [**Write your first Bash script**](ebook/en/content/015-writing-your-first-bash-script.md)
47+
* [**Creating an interactive menu in Bash**](ebook/en/content/016-creating-an-interactive-menu-in-bash.md)
48+
* [**Executing BASH scripts on Multiple Remote Servers**](ebook/en/content/017-executing-bash-script-on-multiple-remote-server.md)
49+
* [**Work with JSON in BASH using jq**](ebook/en/content/018-working-with-json-in-bash-using-jq.md)
50+
* [**Working with Cloudflare API with Bash**](ebook/en/content/019-working-with-cloudflare-api-with-bash.md)
51+
* [**BASH Script parser to Summarize Your NGINX and Apache Access Logs**](ebook/en/content/020-nginx-and-apache-log-parser.md)
52+
* [**Sending emails with Bash and SSMTP**](ebook/en/content/021-how-to-send-emails-with-bash.md)
53+
* [**Bash Password Generator**](ebook/en/content/022-bash-password-generator.md)
54+
* [**Wrap Up**](ebook/en/content/100-bash-wrap-up.md)
5455

5556
## 🌟 Sponsors
5657

0 commit comments

Comments
 (0)