Skip to content

Commit

Permalink
renumbber modules
Browse files Browse the repository at this point in the history
  • Loading branch information
samirm00 committed Mar 12, 2024
1 parent 04ea8f2 commit fd8aa58
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Welcome to Bash Scripting Master class! This course is designed to provide you w

## Course Overview

### [Module 0: Debugging](./00-debug-your-script/)

Master the art of debugging your scrpts Understand common pitfalls, implement effective debugging strategies, and ensure your scripts run smoothly and error-free.

### [Module 1: How to build a bash script](./01-build-bash-script/)

In this module, you'll delve into the fundamental aspects of building a Bash script. From understanding the basic structure to incorporating essential commands, this module sets the foundation for your journey into Bash scripting.
Expand Down Expand Up @@ -34,20 +38,16 @@ Explore advanced techniques in Module 6, focusing on processing options and read

Dive into the versatility of arrays and for loops in Module 7. Learn how to iterate through data efficiently, making your scripts more powerful and capable of handling complex tasks.

### [Module 8: Debugging](./08-debugging/)

Master the art of debugging in Module 8. Understand common pitfalls, implement effective debugging strategies, and ensure your scripts run smoothly and error-free.

### [Module 9: Automation](./09-automation/)
### [Module 8: Automation](./08-automation/)

In Module 9, discover how to automate repetitive tasks, saving time and effort. Explore techniques to schedule and execute scripts automatically, transforming your workflow.
In Module 8, discover how to automate repetitive tasks, saving time and effort. Explore techniques to schedule and execute scripts automatically, transforming your workflow.

### [Module 10: Working with remote servers](./10-working-with-remote-servers/)
### [Module 9: Working with remote servers](./09-working-with-remote-servers/)

Extend your scripting capabilities to remote servers in Module 10. Learn how to connect, execute commands, and manage resources on remote servers, enhancing your ability to script for diverse environments.
Extend your scripting capabilities to remote servers in Module 9. Learn how to connect, execute commands, and manage resources on remote servers, enhancing your ability to script for diverse environments.

### [Module 11: Books](./11-books/)
### [Module 10: Books](./10-books/)

Wrap up the course with Module 11, where you'll find recommended reading materials to deepen your understanding of Bash scripting. Explore additional resources to continue your learning journey beyond the master class.
Wrap up the course with Module 10, where you'll find recommended reading materials to deepen your understanding of Bash scripting. Explore additional resources to continue your learning journey beyond the master class.

Happy scripting! 🚀

0 comments on commit fd8aa58

Please sign in to comment.