new wuecampus courses

This commit is contained in:
Never Gude 2026-04-14 13:07:08 +02:00
parent 1872a7236b
commit f5ca21bb6f
3 changed files with 8 additions and 371 deletions

View file

@ -32,18 +32,20 @@ end
# Open WueCampus Courses
function open_course
set options "Algorithmen und Datenstrukturen" "Modellbildung und Simulation" "Amateurfunkkurs" "Datenbanken"
set options "Algorithmische Graphentheorie" "Theoretische Informatik" "Energy-Aware Engineering" "Nachhaltigkeitskonzepte" "Softwareengineering"
set input (menu $options)
switch $input
case $options[1]
xdg-open "https://wuecampus.uni-wuerzburg.de/moodle/course/view.php?id=75979"
xdg-open "https://wuecampus.uni-wuerzburg.de/moodle/course/view.php?id=78644"
case $options[2]
xdg-open "https://wuecampus.uni-wuerzburg.de/moodle/course/view.php?id=76309"
xdg-open "https://wuecampus.uni-wuerzburg.de/moodle/course/view.php?id=79649"
case $options[3]
xdg-open "https://wuecampus.uni-wuerzburg.de/moodle/course/view.php?id=76586"
xdg-open "https://wuecampus.uni-wuerzburg.de/moodle/course/view.php?id=78361"
case $options[4]
xdg-open "https://wuecampus.uni-wuerzburg.de/moodle/course/view.php?id=76199"
xdg-open ""
case $options[5]
xdg-open "https://wuecampus.uni-wuerzburg.de/moodle/course/view.php?id=79247"
end
end