Add bash script to mass-convert drawio files to svg #161

Merged
lars.winzer merged 4 commits from chore/task-to-convert-drawio-to-svg into main 2026-03-09 18:13:37 +01:00
Showing only changes of commit 76c182313e - Show all commits
+1 -1
View File
@@ -63,7 +63,7 @@ main() {
export_file "$line" export_file "$line"
done done
echo "✓ Exported all $file_count files" echo "✓ Exported all files"
} }
# Start script at entry point # Start script at entry point