Merge branch 'master' into release

This commit is contained in:
Knoch 2020-06-10 18:21:31 +02:00
commit 1d62b89980

View File

@ -2,5 +2,5 @@
# Requirements: inotify-tools, python3
while inotifywait -e close_write ./slides/*.md; do
python3 ./onpoint/main.py .
python3 ./onpoint/main.py . -i
done