Compare commits

..

No commits in common. "1d62b899809d6981f598c85cc175eae7d633496d" and "ecadc6aac8c6093f42f1f32f7552f568c8fac652" have entirely different histories.

View File

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