6 lines
135 B
Bash
6 lines
135 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
wget -O python3.inv https://docs.python.org/3/objects.inv
|
||
|
wget -O crypto.inv https://cryptography.io/en/latest/objects.inv
|
||
|
|