watcher
This commit is contained in:
@@ -101,5 +101,5 @@ find . -type f -name "*.md" -print0 | while IFS= read -r -d '' mdfile; do
|
||||
echo "$HTML_END"
|
||||
} > "$html_final"
|
||||
|
||||
echo "Converted: $mdfile -> $html_final (+ .raw)"
|
||||
echo "Converted: $mdfile"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user