extract_otp_secret_keys/run_pytest.sh
2022-12-28 23:37:21 +01:00

3 lines
71 B
Bash
Executable file

#!/bin/sh
cd /extract
pip install -U pytest pytest-mock && pytest "$@"