www/build.sh

7 lines
161 B
Bash
Raw Normal View History

#!/usr/bin/env sh
hugo
2018-07-14 22:53:59 +02:00
tools/merge_cals.py
upcoming="$(tools/gen_upcoming.py static/all.ics 7 7|tr '\n' ' ')"
sed -i "s#CALENDAR#$upcoming#g" public/index.html