Skip to content

Conversation

@aemtox
Copy link
Contributor

@aemtox aemtox commented Oct 25, 2023

What type of PR is this? (check all applicable)

  • ♻️ Refactor
  • ✨ Feature
  • 🐛 Bug Fix
  • 👷 Optimization
  • 📝 Documentation Update
  • 🚩 Other

Description

Added a german version of the bash loops explanation

Related Tickets & Documents

None

Added to documentation?

  • 📜 readme
  • 🙅 no documentation needed

[optional] What gif best describes this PR or how it makes you feel?

@what-the-diff
Copy link

what-the-diff bot commented Oct 25, 2023

PR Summary

  • Addition of a New Tutorial File
    A new file titled 011-bash-schleifen.md was added to the repository. This is a tutorial-like document aiming to educate about various concepts in Bash scripting.

  • Inclusion of Looping Concepts in Bash
    The newly added file sheds light on looping constructs in Bash, namely for, while, and until. These structures allow repetitive tasks to be managed more efficiently in Bash scripts.

  • Explanations for Control Flow Statements
    The latest file also includes examples and descriptions of continue and break statements in Bash scripting. These are important control flow statements that help manage the execution flow within loops, enhancing the flexibility and control of the scripts.

@aemtox aemtox closed this Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant