diff --git a/export-notes.sh b/export-notes.sh index 5f1fa02..0bdbcfd 100755 --- a/export-notes.sh +++ b/export-notes.sh @@ -69,6 +69,10 @@ while [[ "$#" -gt 0 ]]; do NOTES_ROOT="$2" shift 2 ;; + --dest-rel) + DEST_REL="$2" + shift 2 + ;; --section-dir) SECTION_DIR="$2" shift 2