mirror of
https://github.com/scito/extract_otp_secrets.git
synced 2026-01-02 19:08:33 +01: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 "$@"
|