mirror of
https://github.com/papers-we-love/papers-we-love.git
synced 2024-10-27 20:34:20 +00:00
12 lines
264 B
Markdown
12 lines
264 B
Markdown
|
# Download Utility
|
||
|
|
||
|
A nice little script to download all papers (pdfs) in the repo to their respective folders.
|
||
|
|
||
|
### Usage
|
||
|
Simply open a terminal and run:
|
||
|
|
||
|
```bash
|
||
|
$ ./download_all.sh
|
||
|
```
|
||
|
|
||
|
This can be run from anywhere as long as the script doesn't change location
|