diff --git a/autocompile.sh b/autocompile.sh index f10a240..2fd1fc1 100644 --- a/autocompile.sh +++ b/autocompile.sh @@ -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 \ No newline at end of file