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

4 lines
71 B
Bash
Executable File

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