From 15e0340ff7fecb08ae4dc8c9d5f2e4ecc71bd818 Mon Sep 17 00:00:00 2001 From: Bobby Iliev Date: Sat, 12 Dec 2020 00:07:14 +0200 Subject: [PATCH] Added link to opensource Bash book (#5217) --- books/free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books.md b/books/free-programming-books.md index 0b350954f..a21858e8f 100644 --- a/books/free-programming-books.md +++ b/books/free-programming-books.md @@ -1042,6 +1042,7 @@ Kerridge (PDF) (email address *requested*, not required) * [Conquering the Command Line](http://conqueringthecommandline.com/book/frontmatter) - Mark Bates (HTML) * [Getting Started with BASH](http://www.hypexr.org/bash_tutorial.php) (HTML) * [Google Shell Style Guide](https://google.github.io/styleguide/shell.xml) - Paul Armstrong (HTML) +* [Introduction to Bash Scripting](https://github.com/bobbyiliev/introduction-to-bash-scripting) - Bobby Iliev (Markdown, PDF) * [Introduction to the Command Line](https://launchschool.com/books/command_line) - Launch School (HTML) * [Linux Shell Scripting Tutorial - A Beginner's Handbook (2002)](http://www.freeos.com/guides/lsst/) - Vivek G. Gite (HTML) * [Linux Shell Scripting Tutorial (LSST) v2.0](https://bash.cyberciti.biz/guide/Main_Page) - Vivek Gite (HTML)