mirror of
https://github.com/polhenarejos/pico-hsm
synced 2026-06-09 03:23:43 +02:00
6 lines
112 B
Bash
Executable File
6 lines
112 B
Bash
Executable File
#!/bin/bash -eu
|
|
|
|
/usr/sbin/pcscd -f -d &
|
|
./build_in_docker/pico_hsm
|
|
#pytest tests -W ignore::DeprecationWarning
|