readded udpated scripts directory

This commit is contained in:
tomit4 2022-06-09 12:59:03 -07:00
parent cd053a412a
commit f3117c81d9
84 changed files with 3210 additions and 0 deletions

9
scripts/README.md Normal file
View file

@ -0,0 +1,9 @@
<h4>My Notes on Introduction to Shell Scripting</h4>
This repository includes my notes and exercises regarding Bash Shell Scripting.
It currently includes some exercises from the book, Wicked Cool Shell Scripts, but because these are a little too advanced for me at this time, I am currently making my way through the following website's introductory lessons regarding Bash Scripting:
https://guide.bash.academy/expansions
Hopefully these notes/lessons will serve me well as I continue to attempt to understand the basics of Linux and the Bash shell.