5 lines
231 B
Bash
Executable File
5 lines
231 B
Bash
Executable File
#!/bin/sh
|
|
python3 -m pip install -U --no-cache-dir --disable-pip-version-check setuptools wheel &&
|
|
python3 -m pip install -U --no-cache-dir --disable-pip-version-check -r requirements-termux.txt &&
|
|
python3 -m proxy_scraper_checker
|