logseq-to-org-roam/convert

6 lines
131 B
Text
Raw Permalink Normal View History

2024-04-20 09:49:30 +00:00
#!/bin/bash
DIR=~/bin/scripts/logseq-migration
find "${1:-.}" -wholename "*.md" -exec "$DIR"/pandoc-cmd '{}' \; -exec rm '{}' \;