mirror of
https://github.com/papers-we-love/papers-we-love.git
synced 2024-10-27 20:34:20 +00:00
22 lines
541 B
Markdown
22 lines
541 B
Markdown
# Scripts
|
|
|
|
Scripts for working with repository content.
|
|
|
|
## Download Utility
|
|
A convenience script to download papers. This will scrape the README.md files for URLs containing links to pdfs and download them to their respective directories.
|
|
|
|
### Usage
|
|
Open your favourite terminal and run:
|
|
|
|
```bash
|
|
$ ./scripts/download.sh
|
|
```
|
|
|
|
|
|
Optionally, to download specific topics specify their directories as arguments:
|
|
|
|
```bash
|
|
$ ./scripts/download.sh android concurrency
|
|
```
|
|
|
|
This can be run from anywhere as long as the script doesn't change location |