mirror of
https://github.com/polhenarejos/pico-hsm
synced 2026-06-20 09:13:49 +02:00
7 lines
120 B
Bash
Executable File
7 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
|