doi2bib script
This commit is contained in:
8
reporting/doi2bib
Executable file
8
reporting/doi2bib
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -z "$1" ]
|
||||
then echo Expecting doi code
|
||||
exit
|
||||
fi
|
||||
|
||||
curl -LH "Accept: text/bibliography; style=bibtex" "http://dx.doi.org/$1"
|
||||
Reference in New Issue
Block a user