mirror of
https://github.com/ValdikSS/tor-relay-scanner.git
synced 2026-09-22 22:47:57 +03:00
6 lines
206 B
Bash
Executable File
6 lines
206 B
Bash
Executable File
#!/bin/bash
|
|
python -m pip install . --target torparse
|
|
find torparse -path '*/__pycache__*' -delete
|
|
cp torparse/tor_relay_scanner/__main__.py torparse/
|
|
python -m zipapp -c -p '/usr/bin/env python3' torparse
|