mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-21 13:15:00 -05:00
5 lines
69 B
Bash
Executable File
5 lines
69 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source venv/bin/activate
|
|
python3 ovh-mitigation.py "$@"
|