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