mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-05-13 12:12:35 -04:00
4 lines
69 B
Bash
Executable file
4 lines
69 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source venv/bin/activate
|
|
python3 ovh-mitigation.py "$@"
|