mirror of
https://github.com/ValdikSS/tor-relay-scanner.git
synced 2026-09-25 16:07:55 +03:00
5 lines
164 B
Bash
Executable File
5 lines
164 B
Bash
Executable File
#!/bin/bash
|
|
python -m pip install . --target torparse
|
|
find torparse -path '*/__pycache__*' -delete
|
|
python -m zipapp -m "tor_relay_scanner.scanner:main" -c torparse
|