forked from beheh/openmensa-sh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cron.txt
12 lines (12 loc) · 1.34 KB
/
cron.txt
1
2
3
4
5
6
7
8
9
10
11
12
30 * * * * out=$(/app/parser-mensa.py kiel mensa-i) && echo "$out" > /app/http-root/feeds/kiel-mensa-i.xml
30 * * * * out=$(/app/parser-mensa.py kiel mensa-ii) && echo "$out" > /app/http-root/feeds/kiel-mensa-ii.xml
30 * * * * out=$(/app/parser-mensa.py kiel schwentine) && echo "$out" > /app/http-root/feeds/kiel-schwentine-mensa.xml
30 * * * * out=$(/app/parser-mensa.py kiel cafeteria-fh) && echo "$out" > /app/http-root/feeds/kiel-cafeteria-fh.xml
30 * * * * out=$(/app/parser-mensa.py kiel cafeteria-dockside) && echo "$out" > /app/http-root/feeds/kiel-cafeteria-dockside.xml
30 * * * * out=$(/app/parser-mensa.py kiel gaarden) && echo "$out" > /app/http-root/feeds/kiel-gaarden.xml
30 * * * * out=$(/app/parser-mensa.py kiel kesselhaus) && echo "$out" > /app/http-root/feeds/kiel-kesselhaus.xml
30 * * * * out=$(/app/parser-mensa.py luebeck mensa) && echo "$out" > /app/http-root/feeds/luebeck-mensa.xml
30 * * * * out=$(/app/parser-mensa.py luebeck musikhochschule) && echo "$out" > /app/http-root/feeds/luebeck-musikhochschule.xml
30 * * * * out=$(/app/parser-mensa.py heide mensa) && echo "$out" > /app/http-root/feeds/heide-mensa.xml
30 * * * * out=$(/app/parser-mensa.py flensburg mensa) && echo "$out" > /app/http-root/feeds/flensburg-mensa.xml
30 * * * * out=$(/app/parser-mensa.py wedel cafeteria) && echo "$out" > /app/http-root/feeds/wedel-cafeteria.xml