2023-11-05 15:22:15 +01:00

6 lines
141 B
Bash
Executable File

#! /bin/bash
# Requirements: inotify-tools, python3
while inotifywait -e close_write ./slides/*.md; do
python3 ./onpoint/main.py . -i
done