mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 09:28:05 +00:00
6 lines
120 B
Bash
Executable file
6 lines
120 B
Bash
Executable file
#!/bin/bash -eu
|
|
|
|
/usr/sbin/pcscd -f -d &
|
|
sleep 2
|
|
./build_in_docker/pico_hsm
|
|
#pytest tests -W ignore::DeprecationWarning
|