mirror of
https://github.com/scito/extract_otp_secrets.git
synced 2025-12-13 02:09:53 +01:00
4 lines
71 B
Bash
Executable File
4 lines
71 B
Bash
Executable File
#!/bin/sh
|
|
cd /extract
|
|
pip install -U pytest pytest-mock && pytest "$@"
|