2020-03-26 17:14:53 +00:00
# Scripts
2020-03-25 22:02:56 +00:00
2020-03-26 17:14:53 +00:00
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.
2020-03-25 22:02:56 +00:00
### Usage
2020-03-26 17:14:53 +00:00
Open your favourite terminal and run:
```bash
$ ./scripts/download.sh
```
Optionally, to download specific topics specify their directories as arguments:
2020-03-25 22:02:56 +00:00
```bash
2020-03-26 17:14:53 +00:00
$ ./scripts/download.sh android concurrency
2020-03-25 22:02:56 +00:00
```
This can be run from anywhere as long as the script doesn't change location