mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-05-17 22:20:37 -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 "$@"
|