mirror of
https://github.com/scito/extract_otp_secret_keys
synced 2024-11-18 09:28:19 +00:00
4 lines
59 B
Bash
4 lines
59 B
Bash
|
#!/bin/sh
|
||
|
cd /extract
|
||
|
pip install -U pytest && pytest "$@"
|