6 lines
131 B
Text
6 lines
131 B
Text
|
#!/bin/bash
|
||
|
|
||
|
scriptdir=~/bin/scripts/logseq-migration
|
||
|
|
||
|
find "${1:-.}" -wholename "*.org" -exec "$scriptdir"/add_title "$1" '{}' \;
|