Added Paragraph Links // Prasanjit

Added Paragraph Links for shell-scripting.md // Prasanjit
This commit is contained in:
Prasanjit Singh 2021-02-24 13:08:58 +04:00 committed by GitHub
parent 4054e0255c
commit da43703d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
In this course will cover the fundamentals of shell scripting. You can use this knowledge to write bash scripts on your own to automate or schedule tasks that are often required for SRE practices.
***Lab Environment Setup***:
### ***Lab Environment Setup***:
For practicing bash scripting given in this you can either use the "Terminal" application directly if you are using Linux or MacOS.
*If you feel you need some brushing up on "vim" editor to be able to create/edit script files on linux, follow the [vim tutorial here](https://github.com/BINPIPE/learning-resources/blob/master/learning-notes/vim-tutorial.md).*