4 lines
94 B
Bash
4 lines
94 B
Bash
|
#! bash
|
||
|
|
||
|
cat data/dois | xargs -I "{}" echo https://api.crossref.org/works/{} > data/api_urls
|