Commit Graph

2 Commits

Author SHA1 Message Date
Gonzalo Bella
18cd311325
Use relative paths in scripts/download.sh (#632)
If there is another folder with the same name in your path when running
the script, it will enter that folder and recursively try to download
all the files. It the folder is big enough, it can hang the computer.

Co-authored-by: Gonzalo Bella <gonzalobella@gambitresearch.com>
2021-11-26 12:20:27 -05:00
christoshadjiaslanis
d8c4b140a2
Added script to download all (pdf) papers locally (#597)
* Added script to download all PDFs from the Readmes

* Removed sleep

* Formatting

* Added guard closes and some docs to download script. Added it to scripts folder. Added download script readme. Added section in root readme.

* Removed old download_all.sh

* Added support for specifying which directories you want to download.

* Removed dependency on xargs.

* Changed filename to download.sh. Updated READMEs.

* More README

* Fixed download.sh logic for multiple arguments. Removed Readme section about executing script from anywhere. Updated the parsing of URLs to be more specific.
2020-03-28 00:45:44 -04:00