feat: zwei neue Demo-Examples hinzufügen (bash-sysreport, html-joke-ticker)
bash-sysreport: /coder von Null — kein Startcode, demonstriert Neuerstellung html-joke-ticker: /optimize --no-tests für Frontend-Arbeit + /patch Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1c773029b5
commit
cd7bf38dfa
7 changed files with 171 additions and 6 deletions
|
|
@ -19,7 +19,7 @@ done
|
|||
|
||||
echo "Stelle Examples-Ausgangszustand wieder her..."
|
||||
|
||||
for dir in python-calculator rust-wordcount go-fibonacci c-linkedlist; do
|
||||
for dir in python-calculator rust-wordcount go-fibonacci c-linkedlist bash-sysreport html-joke-ticker; do
|
||||
path="$EXAMPLES/$dir"
|
||||
if [ -d "$path/.git" ]; then
|
||||
rm -rf "$path/.git"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue