Files
q-tools/reporting/doi2bib
2014-11-19 19:23:45 +02:00

9 lines
145 B
Bash
Executable File

#!/bin/bash
if [ -z "$1" ]
then echo Expecting doi code
exit
fi
curl -LH "Accept: text/bibliography; style=bibtex" "http://dx.doi.org/$1"