mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-10 00:35:02 +01:00
3 lines
98 B
Bash
Executable file
3 lines
98 B
Bash
Executable file
#!/bin/sh
|
|
cd /extract
|
|
pip install -U pytest pytest-mock && pip install --no-deps . && pytest "$@"
|