Skip to content

Commit

Permalink
add resources
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed May 19, 2023
1 parent 05385a1 commit cfd7593
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions dojo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ modules:
Welcome to 'The Beginning' - your journey starts here."
resources:
- name: Further Reading
- name: Resources
type: markdown
content: |
You need not walk this path alone: others have done so before you.
- [Bash reference manual](https://www.gnu.org/software/bash/manual/html_node/index.html)
- [The ultimate resource in shell scripting (much of which inspired this dojo!](https://mywiki.wooledge.org/)
challenges:
Expand All @@ -41,11 +42,15 @@ modules:
As a first stop in our journey, we will explore concepts of variable expansion, the pitfalls around quoting (and lack thereof!), and the raw power of globbing.
Stay strong, and follow the `PATH`.
resources:
- name: Further Reading
- name: Resources
type: markdown
content: |
To expand your mind is the true goal of the shell.
One day, this section will expand as well.
Reading the knowledge linked here will help your mind grow.
- `# man 7 glob` (for file name matching)
- `# help` (documentation for shell builtins)
- [Bash reference on parameter expansion](https://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html)
challenges:

Expand Down Expand Up @@ -125,7 +130,7 @@ modules:
Embrace this lesson and realize that in the shell, as in life, perceived limitations are often just opportunities for creative solutions.
resources:
- name: Further Reading
- name: Resources
type: markdown
content: |
Many before you have learned to read the writing in the flow of water.
Expand Down Expand Up @@ -172,7 +177,7 @@ modules:
A new perspective awaits.
resources:
- name: Further Reading
- name: Resources
type: markdown
content: |
Wisdom harkens from a long-gone age.
Expand All @@ -198,7 +203,7 @@ modules:
Prepare to navigate the lesser-known, but equally rewarding, corners of the shell.
resources:
- name: Further Reading
- name: Resources
type: markdown
content: Wisdom develops in its own time. This cannot be rushed.

Expand Down

0 comments on commit cfd7593

Please sign in to comment.