Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 247 Bytes

File metadata and controls

7 lines (6 loc) · 247 Bytes

Bash

In Bash, you can use wget to download all .csv files.

# Download all .csv files from Base URL of the data folder in the stable branch
wget -r -np -nd -A csv "https://raw.githubusercontent.com/zekrom-vale/ZekDex/stable/data/"