6 lines
224 B
Bash
6 lines
224 B
Bash
|
#!/usr/bin/bash
|
||
|
|
||
|
wget https://docs.python.org/3/objects.inv -O python3.inv
|
||
|
wget https://requests.readthedocs.io/en/stable/objects.inv -O requests.inv
|
||
|
wget https://docs.readthedocs.io/en/stable/objects.inv -O readthedocs.inv
|