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