]> git.plutz.net Git - confetti/blob - pages/courses.sh
basic update functions for vcards
[confetti] / pages / courses.sh
1 #!/bin/sh
2
3 case "$1" in
4   title)
5     echo "Kurse"
6   ;;
7   css)
8   ;;
9   body)
10   ;;
11 esac
12