Skip to content
Snippets Groups Projects
Commit 0a804372 authored by Nikolai Milenko's avatar Nikolai Milenko :grinning:
Browse files

upload task

parent a2a5a185
No related branches found
No related tags found
No related merge requests found
namen=("Aufgabe" "Lösung" "Zusammenfassung" "Notizen")
wochen=(44 45 46)
typen=("txt" "pdf" "png")
for name in "${namen[@]}"; do
for woche in "${wochen[@]}"; do
for typ in "${typen[@]}"; do
dateiname="$name-KW$woche.$typ"
touch "$dateiname"
done
done
done
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment