mirror of
https://github.com/scito/extract_otp_secrets.git
synced 2025-12-11 17:30:54 +01:00
4 lines
59 B
Bash
Executable File
4 lines
59 B
Bash
Executable File
#!/bin/sh
|
|
cd /extract
|
|
pip install -U pytest && pytest "$@"
|