mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-05-12 03:35:09 -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 "$@"
|