mirror of
https://github.com/scito/extract_otp_secret_keys
synced 2024-11-16 06:15:17 +00:00
4 lines
98 B
Bash
Executable File
4 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
cd /extract
|
|
pip install -U pytest pytest-mock && pip install --no-deps . && pytest "$@"
|