6 lines
71 B
Bash
6 lines
71 B
Bash
|
#! bash
|
||
|
|
||
|
mkdir -p json
|
||
|
|
||
|
cat data/api_urls | xargs -P 8 wget -q -P json
|