This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
## Introduction | |
# Can be used to create a merged bibliography from a set of exported collections | |
# This is a slightly modified version of https://gist.github.com/kmlawson/3bdfd917ef55969faec7768c140dcdaa | |
# that works inside a conda-environment on windows | |
# Run this code using 'bash zotero-collection-merge.sh' inside folder with bibtexfiles, after having | |
# exported bib-files with BetterBibTex according to https://forums.zotero.org/discussion/88163/export-bibliography-but-preserve-hierarchy-of-sub-folders |