|
1 | 1 | # About the book
|
2 | 2 |
|
3 |
| -* **This version was published on Dec 12 2020** |
| 3 | +* **This version was published on Jan 27 2021** |
4 | 4 |
|
5 | 5 | This is an open-source introduction to Bash scripting guide that will help you learn the basics of Bash scripting and start writing awesome Bash scripts that will help you automate your daily SysOps, DevOps, and Dev tasks. No matter if you are a DevOps/SysOps engineer, developer, or just a Linux enthusiast, you can use Bash scripts to combine different Linux commands and automate tedious and repetitive daily tasks so that you can focus on more productive and fun things.
|
6 | 6 |
|
@@ -54,4 +54,28 @@ Ibis is a PHP tool that helps you write eBooks in markdown.
|
54 | 54 |
|
55 | 55 | The cover for this ebook was created with [Canva.com](https://www.canva.com/join/determined-cork-learn).
|
56 | 56 |
|
57 |
| -If you ever need to create a graphic, poster, invitation, logo, presentation – or anything that looks good — give Canva a go. |
| 57 | +If you ever need to create a graphic, poster, invitation, logo, presentation – or anything that looks good — give Canva a go. |
| 58 | + |
| 59 | +## License |
| 60 | + |
| 61 | +MIT License |
| 62 | + |
| 63 | +Copyright (c) 2020 Bobby Iliev |
| 64 | + |
| 65 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 66 | +of this software and associated documentation files (the "Software"), to deal |
| 67 | +in the Software without restriction, including without limitation the rights |
| 68 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 69 | +copies of the Software, and to permit persons to whom the Software is |
| 70 | +furnished to do so, subject to the following conditions: |
| 71 | + |
| 72 | +The above copyright notice and this permission notice shall be included in all |
| 73 | +copies or substantial portions of the Software. |
| 74 | + |
| 75 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 76 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 77 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 78 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 79 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 80 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 81 | +SOFTWARE. |
0 commit comments